1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/theme/static/src/scss/homepage.scss

25 lines
416 B
SCSS
Raw Normal View History

header {
2016-07-31 21:06:01 +01:00
background-image: url("../img/header.jpg");
2016-07-31 22:30:26 +01:00
min-height: 100%;
2016-07-31 21:06:01 +01:00
2016-08-25 21:53:33 +01:00
h1 {
font-size: $font-size-h1 * 1.5;
@extend .text-shadow;
}
.page-scroll {
position: absolute;
bottom: 10%;
color: $white;
& > i {
font-size: $font-size-h1;
}
}
2016-07-31 21:06:01 +01:00
.header-content-inner p {
2016-08-25 21:53:33 +01:00
@extend .text-shadow;
2016-07-31 21:06:01 +01:00
font-size: $font-size-h3 !important;
font-weight: 400 !important;
}
}