15 lines
233 B
SCSS
15 lines
233 B
SCSS
|
.LP-Icon{
|
||
|
height: 20px;
|
||
|
width: 20px;
|
||
|
}
|
||
|
|
||
|
.LP-Icon__List{
|
||
|
list-style-type: none;
|
||
|
display: inline-flex;
|
||
|
justify-content: space-between;
|
||
|
justify-items: stretch;
|
||
|
|
||
|
.LP-Icon__Item{
|
||
|
padding: 0 3px;
|
||
|
}
|
||
|
}
|