mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Remove unnecessary !important styling for font-sizing and ascribe-powered-by logos
This commit is contained in:
parent
f67c5758a7
commit
77d7633690
@ -22,5 +22,5 @@ $ascribe--button-secondary-fg-color: $ascribe--bg-color;
|
||||
$ascribe--button-secondary-bg-color: white;
|
||||
|
||||
$ascribe--font: 'canada-type-gibson', sans-serif !important;
|
||||
$ascribe--font-weight-light: 300 !important;
|
||||
$ascribe--font-weight-light: 300;
|
||||
$ascribe--font-weight-normal: normal;
|
||||
|
@ -86,9 +86,8 @@ hr {
|
||||
}
|
||||
|
||||
.ascribe-powered-by {
|
||||
font-size: 11px!important;
|
||||
text-transform: none!important;
|
||||
font-weight: normal!important;
|
||||
font-size: 11px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.clear-paddings {
|
||||
@ -377,7 +376,6 @@ hr {
|
||||
|
||||
> h1 {
|
||||
font-size: 10em;
|
||||
font-weight: 600;
|
||||
margin-bottom: .25em;
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
||||
border-bottom-color: transparent;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.navbar-nav > li.active {
|
||||
@ -38,7 +37,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
||||
color: black;
|
||||
background-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@ -130,7 +128,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
||||
width: auto;
|
||||
padding: 10px 30px;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
@ -251,7 +248,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
||||
|
||||
> h1 {
|
||||
font-size: 7em;
|
||||
font-weight: bold;
|
||||
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user