Remove unnecessary !important styling for font-sizing and ascribe-powered-by logos

This commit is contained in:
Brett Sun 2016-06-16 15:53:30 +02:00
parent f67c5758a7
commit 77d7633690
3 changed files with 3 additions and 9 deletions

View File

@ -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;

View File

@ -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;
}

View File

@ -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;