9 lines
175 B
SCSS
9 lines
175 B
SCSS
|
.sites-button {
|
||
|
background: $primary-color;
|
||
|
font-size: 1.25rem;
|
||
|
font-weight: bold;
|
||
|
box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
|
||
|
border-radius: 3px;
|
||
|
border: none;
|
||
|
}
|