Fix styles; remove fonts

This commit is contained in:
lostinlight 2023-10-30 15:38:33 +03:00
parent 96b57b92ea
commit d7df5a6bee
15 changed files with 6 additions and 16 deletions

View File

@ -23,7 +23,6 @@
}
.about li > span {
font-family: $font-secondary;
font-weight: bold;
}

View File

@ -36,7 +36,6 @@
.grid__item {
position: absolute;
width: 190px;
font-family: $font-secondary;
font-weight: bold;
display: inline-flex;
border-bottom: none;
@ -244,7 +243,6 @@
.intro__content > a:last-child {
border: none;
font-family: $font-secondary;
margin-top: .5em;
}

View File

@ -84,17 +84,16 @@
}
.card__title {
padding-top: 1.2em;
height: 45px;
height: 52px;
padding: 1em 0 0 1.5em;
}
.misc .title {
float: right;
width: 65%;
right: 0;
background: $golden;
padding: .1em 1em .1em .2em;
width: 75%;
padding: .2em 1.2em .2em .2em;
text-align: right;
background: $golden;
}
.card__body {
@ -107,8 +106,6 @@
.card__title > img {
display: inline;
vertical-align: middle;
margin-left: 2em;
width: 45px;
}

View File

@ -6,7 +6,6 @@
z-index: $zIndex--4;
padding: .4em;
color: $white;
font-family: $font-secondary;
}
.navbar svg {
@ -28,7 +27,6 @@
.navbar li {
text-transform: uppercase;
font-family: $font-secondary;
font-weight: bold;
color: $grey;
line-height: 2;
@ -111,7 +109,6 @@
z-index: $zIndex--4;
padding: .4em;
color: $white;
font-family: $font-secondary;
}
.hamburg-box {

View File

@ -62,7 +62,6 @@
.share__toggle {
color: $golden;
font-family: $font-secondary;
}
.icon-share {

View File

@ -3,6 +3,7 @@ $white: #ffffff;
$golden: #fecb52;
$coral: #e93a32;
$pink: #fe55ba;
$lightPink: #ffc0cb;
$black: #0e0a0c;
$asphalt: #171014;

View File

@ -1,6 +1,5 @@
$font-primary: "Roboto", "Arial", sans-serif;
$font-secondary: "secondary", "Georgia", sans-serif;
[class^="icon-"],
[class*=" icon-"] {