mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-10-20 02:36:30 +00:00
centered position logo
This commit is contained in:
17
app/assets/scss/modules/_btn.scss
Normal file
17
app/assets/scss/modules/_btn.scss
Normal file
@ -0,0 +1,17 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user