mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-03-16 12:33:50 +00:00
Fix styles; remove fonts
This commit is contained in:
parent
96b57b92ea
commit
d7df5a6bee
15 changed files with 6 additions and 16 deletions
|
@ -23,7 +23,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.about li > span {
|
.about li > span {
|
||||||
font-family: $font-secondary;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
.grid__item {
|
.grid__item {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
font-family: $font-secondary;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
@ -244,7 +243,6 @@
|
||||||
|
|
||||||
.intro__content > a:last-child {
|
.intro__content > a:last-child {
|
||||||
border: none;
|
border: none;
|
||||||
font-family: $font-secondary;
|
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -84,17 +84,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.card__title {
|
.card__title {
|
||||||
padding-top: 1.2em;
|
height: 52px;
|
||||||
height: 45px;
|
padding: 1em 0 0 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.misc .title {
|
.misc .title {
|
||||||
float: right;
|
float: right;
|
||||||
width: 65%;
|
width: 75%;
|
||||||
right: 0;
|
padding: .2em 1.2em .2em .2em;
|
||||||
background: $golden;
|
|
||||||
padding: .1em 1em .1em .2em;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
background: $golden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card__body {
|
.card__body {
|
||||||
|
@ -107,8 +106,6 @@
|
||||||
|
|
||||||
.card__title > img {
|
.card__title > img {
|
||||||
display: inline;
|
display: inline;
|
||||||
vertical-align: middle;
|
|
||||||
margin-left: 2em;
|
|
||||||
width: 45px;
|
width: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
z-index: $zIndex--4;
|
z-index: $zIndex--4;
|
||||||
padding: .4em;
|
padding: .4em;
|
||||||
color: $white;
|
color: $white;
|
||||||
font-family: $font-secondary;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar svg {
|
.navbar svg {
|
||||||
|
@ -28,7 +27,6 @@
|
||||||
|
|
||||||
.navbar li {
|
.navbar li {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: $font-secondary;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $grey;
|
color: $grey;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
|
@ -111,7 +109,6 @@
|
||||||
z-index: $zIndex--4;
|
z-index: $zIndex--4;
|
||||||
padding: .4em;
|
padding: .4em;
|
||||||
color: $white;
|
color: $white;
|
||||||
font-family: $font-secondary;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hamburg-box {
|
.hamburg-box {
|
||||||
|
|
|
@ -62,7 +62,6 @@
|
||||||
|
|
||||||
.share__toggle {
|
.share__toggle {
|
||||||
color: $golden;
|
color: $golden;
|
||||||
font-family: $font-secondary;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-share {
|
.icon-share {
|
||||||
|
|
|
@ -3,6 +3,7 @@ $white: #ffffff;
|
||||||
$golden: #fecb52;
|
$golden: #fecb52;
|
||||||
$coral: #e93a32;
|
$coral: #e93a32;
|
||||||
$pink: #fe55ba;
|
$pink: #fe55ba;
|
||||||
|
$lightPink: #ffc0cb;
|
||||||
|
|
||||||
$black: #0e0a0c;
|
$black: #0e0a0c;
|
||||||
$asphalt: #171014;
|
$asphalt: #171014;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
$font-primary: "Roboto", "Arial", sans-serif;
|
$font-primary: "Roboto", "Arial", sans-serif;
|
||||||
$font-secondary: "secondary", "Georgia", sans-serif;
|
|
||||||
|
|
||||||
[class^="icon-"],
|
[class^="icon-"],
|
||||||
[class*=" icon-"] {
|
[class*=" icon-"] {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue