1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-07-18 00:47:21 +02:00

Clean up SCSS

This commit is contained in:
Kevin Kandlbinder 2020-12-23 15:19:53 +01:00
parent 4b92fc0ed2
commit 5f6368e3e0
8 changed files with 336 additions and 370 deletions

View file

@ -1,4 +1,5 @@
@import "../variables";
@import "../mixins";
.heroSection {
width: 100%;
@ -125,59 +126,21 @@
}
.amazonAlexaSection, .donationSection, .hireMeSection {
min-height: 90px;
background: #10141e;
cursor: pointer;
display: block;
text-decoration: none;
color: inherit;
}
.amazonAlexaSection img {
height: 50px;
}
.amazonAlexaSection > div, .donationSection > div, .hireMeSection > div {
display: flex;
height: 100%;
padding: 20px !important;
line-height: 50px;
font-size: 1.7em;
color: white;
}
.amazonAlexaSection > div > span, .donationSection > div > span, .hireMeSection > div > span {
margin-left: auto;
margin-right: auto;
}
.amazonAlexaSection > div > i, .donationSection > div > i, .hireMeSection > div > i {
line-height: 50px !important;
@include homeBanner;
}
.creditSection {
@include homeBanner;
background: #060606;
cursor: pointer;
display: block;
text-decoration: none;
color: inherit;
}
.creditSection > div {
display: flex;
height: 100%;
padding: 15px !important;
line-height: 15px;
font-size: 1.2em;
color: white;
}
.creditSection > div > span {
margin-left: auto;
margin-right: auto;
}
.creditSection > div > i {
line-height: 15px !important;
}
> div {
padding: 15px !important;
line-height: 15px;
font-size: 1.2em;
color: white;
> span > i {
line-height: 15px !important;
}
}
}