mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-15 12:23:06 +00:00
17 lines
218 B
SCSS
17 lines
218 B
SCSS
|
.btn{
|
||
|
background-color: #00ab00;;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
padding: .75rem 1.2rem;
|
||
|
display: inline-block;
|
||
|
|
||
|
&--large {
|
||
|
padding: 1.1rem 1.9rem;
|
||
|
|
||
|
@include atSmall(){
|
||
|
font-size: 1.25rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|