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