7 lines
80 B
SCSS
7 lines
80 B
SCSS
|
.button {
|
||
|
margin: 3px;
|
||
|
.icon {
|
||
|
width: 20px;
|
||
|
margin-right: 3px;
|
||
|
}
|
||
|
}
|