mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +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--button-secondary-bg-color: white;
|
||||||
|
|
||||||
$ascribe--font: 'canada-type-gibson', sans-serif !important;
|
$ascribe--font: 'canada-type-gibson', sans-serif !important;
|
||||||
$ascribe--font-weight-light: 300 !important;
|
$ascribe--font-weight-light: 300;
|
||||||
$ascribe--font-weight-normal: normal;
|
$ascribe--font-weight-normal: normal;
|
||||||
|
@ -86,9 +86,8 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-powered-by {
|
.ascribe-powered-by {
|
||||||
font-size: 11px!important;
|
font-size: 11px;
|
||||||
text-transform: none!important;
|
font-weight: 300;
|
||||||
font-weight: normal!important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear-paddings {
|
.clear-paddings {
|
||||||
@ -377,7 +376,6 @@ hr {
|
|||||||
|
|
||||||
> h1 {
|
> h1 {
|
||||||
font-size: 10em;
|
font-size: 10em;
|
||||||
font-weight: 600;
|
|
||||||
margin-bottom: .25em;
|
margin-bottom: .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
|||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav > li.active {
|
.navbar-nav > li.active {
|
||||||
@ -38,7 +37,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
|||||||
color: black;
|
color: black;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -130,7 +128,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
|||||||
width: auto;
|
width: auto;
|
||||||
padding: 10px 30px;
|
padding: 10px 30px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
|
||||||
width: 180px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -251,7 +248,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
|||||||
|
|
||||||
> h1 {
|
> h1 {
|
||||||
font-size: 7em;
|
font-size: 7em;
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user