6 lines
83 B
SCSS
6 lines
83 B
SCSS
|
|
.button {
|
||
|
|
border-radius: 3px;
|
||
|
|
background-color: green;
|
||
|
|
color: white;
|
||
|
|
}
|