16 lines
337 B
SCSS
16 lines
337 B
SCSS
|
.LP-SecurityMeasure__List{
|
||
|
list-style-type: none;
|
||
|
display: flex;
|
||
|
padding:0;
|
||
|
margin: 0;
|
||
|
|
||
|
.LP-SecurityMeasure__Item{
|
||
|
margin: 0 5px;
|
||
|
padding: 5px 8px;
|
||
|
background-color: #D7CEC7;
|
||
|
.LP-Text{
|
||
|
font-family: $-primary-sans-serif-font;
|
||
|
font-size: 1.2rem;
|
||
|
}
|
||
|
}
|
||
|
}
|