mirror of
https://github.com/yusufipk/nexter-react.git
synced 2026-09-12 01:56:07 +00:00
created and styled stories section
This commit is contained in:
@@ -9,10 +9,24 @@
|
||||
|
||||
.heading-2 {
|
||||
@extend %heading;
|
||||
font-size: 4rem;
|
||||
font-style: italic;
|
||||
line-height: 1;
|
||||
|
||||
&--light {
|
||||
color: $color-grey-light-1;
|
||||
}
|
||||
|
||||
&--dark {
|
||||
color: $color-grey-dark-1;
|
||||
}
|
||||
}
|
||||
|
||||
.heading-3 {
|
||||
@extend %heading;
|
||||
font-size: 1.6rem;
|
||||
color: $color-primary;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.heading-4 {
|
||||
@@ -27,3 +41,20 @@
|
||||
color: $color-grey-dark-1;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
background-color: $color-primary;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: $font-display;
|
||||
font-size: 1.5rem;
|
||||
text-transform: uppercase;
|
||||
padding: 1.8rem 3rem;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
|
||||
&:hover {
|
||||
background-color: $color-primary-dark;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user