change button styling
This commit is contained in:
parent
1cd6c41715
commit
548d005c21
@ -92,6 +92,18 @@ header.header {
|
|||||||
padding-top: 0rem;
|
padding-top: 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
.btn-primary {
|
||||||
|
background-color: $orange;
|
||||||
|
border: 1px solid $orange;
|
||||||
|
color: white;
|
||||||
|
&:hover {
|
||||||
|
background-color: $chill-orange;
|
||||||
|
border: 1px solid $chill-orange;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
main > section {
|
main > section {
|
||||||
&.hero {
|
&.hero {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
@ -104,6 +116,10 @@ main > section {
|
|||||||
background-color: $orange;
|
background-color: $orange;
|
||||||
color: white;
|
color: white;
|
||||||
border-color: $orange;
|
border-color: $orange;
|
||||||
|
&:hover {
|
||||||
|
background-color: $chill-orange;
|
||||||
|
border: 1px solid $chill-orange;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.section-1 {
|
&.section-1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user