biobulkbende.org/app/assets/scss/modules/_btn.scss

37 lines
473 B
SCSS
Raw Normal View History

2020-09-17 15:48:05 +00:00
.btn{
background-color: #00ab00;;
color: #fff;
text-decoration: none;
padding: .75rem 1.2rem;
display: inline-block;
2020-09-19 10:13:36 +00:00
border-radius: 30px;
2020-09-17 15:48:05 +00:00
2020-10-15 20:35:24 +00:00
&--l-margin{
margin-left: 20px;
}
2020-09-30 16:51:32 +00:00
&--medium {
margin-bottom:1.5rem;
2020-11-02 12:40:06 +00:00
margin-top: 1.5rem;
2020-09-30 16:51:32 +00:00
@include atSmall(){
font-size: 1.1rem;
}
}
2020-09-17 15:48:05 +00:00
&--large {
padding: 1.1rem 1.9rem;
@include atSmall(){
font-size: 1.25rem;
}
}
2020-11-02 12:40:06 +00:00
&--pickupday {
margin: 30px 0px;
@include atMedium(){
margin: 0px;
}
}
2020-09-17 15:48:05 +00:00
}