8 lines
64 B
SCSS
8 lines
64 B
SCSS
a {
|
|
padding: 10px;
|
|
|
|
&.active {
|
|
background: green;
|
|
}
|
|
}
|