16 lines
249 B
SCSS
16 lines
249 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;
|
|
padding: 0;
|
|
|
|
.LP-Icon__Item{
|
|
padding: 0 3px;
|
|
}
|
|
} |