Font refactor fixes

stable
Xavier Julián 2014-06-26 15:42:52 +02:00
parent 006dbaa84f
commit a78094425f
10 changed files with 15 additions and 8 deletions

View File

@ -20,5 +20,5 @@ section.admin-submenu
a(href="") Front a(href="") Front
span.icon.icon-arrow-right span.icon.icon-arrow-right
a.button-gray(href="", title="Add New US") a.button.button-gray(href="", title="Add New US")
span.text + New role span.text + New role

View File

@ -26,5 +26,5 @@ textarea {
} }
} }
input[type="password"] { input[type="password"] {
@extend %text; @extend %title;
} }

View File

@ -35,6 +35,7 @@
color: $white; color: $white;
line-height: 3rem; line-height: 3rem;
text-align: center; text-align: center;
text-transform: uppercase;
.project-name { .project-name {
@extend %xxlarge; @extend %xxlarge;
display: block; display: block;

View File

@ -21,6 +21,7 @@
@extend %title; @extend %title;
color: $white; color: $white;
line-height: 2rem; line-height: 2rem;
text-transform: uppercase;
} }
form { form {
margin-bottom: 2rem; margin-bottom: 2rem;

View File

@ -11,8 +11,9 @@
.us-story-main-data { .us-story-main-data {
margin-bottom: 2rem; margin-bottom: 2rem;
.us-title { .us-title {
@extend %xlarge; @extend %large;
@extend %text; @extend %text;
text-transform: uppercase;
background: $whitish; background: $whitish;
padding: 2rem 1rem; padding: 2rem 1rem;
.us-number { .us-number {
@ -38,6 +39,7 @@
} }
.blocked { .blocked {
@extend %xlarge; @extend %xlarge;
@extend %bold;
margin-bottom: .3em; margin-bottom: .3em;
} }
p { p {
@ -193,6 +195,7 @@
.title { .title {
@extend %large; @extend %large;
@extend %title; @extend %title;
text-transform: uppercase;
} }
.icon { .icon {
@extend %large; @extend %large;
@ -214,7 +217,7 @@
} }
.watcher-name { .watcher-name {
@include table-flex-child(8, 0); @include table-flex-child(8, 0);
@extend %large; @extend %medium;
color: $grayer; color: $grayer;
margin-left: 1rem; margin-left: 1rem;
} }

View File

@ -3,6 +3,7 @@
@extend %xlarge; @extend %xlarge;
@extend %title; @extend %title;
border-bottom: 1px solid $gray-light; border-bottom: 1px solid $gray-light;
text-transform: uppercase;
&:last-child { &:last-child {
border-bottom: 0; border-bottom: 0;
} }

View File

@ -5,6 +5,7 @@
li { li {
@extend %xlarge; @extend %xlarge;
@extend %title; @extend %title;
text-transform: uppercase;
border-bottom: 1px solid #a6b2a7; border-bottom: 1px solid #a6b2a7;
&:last-child { &:last-child {
border-bottom: 0; border-bottom: 0;

View File

@ -6,6 +6,7 @@
height: 100%; height: 100%;
padding: 2rem .3rem; padding: 2rem .3rem;
position: fixed; position: fixed;
text-transform: uppercase;
width: 90px; width: 90px;
z-index: 99; z-index: 99;
} }

View File

@ -1,10 +1,8 @@
.project-details { .project-details {
input[type="text"], input[type="text"],
textarea { textarea {
@extend %medium; @extend %title;
@extend %text;
background-color: $very-light-gray; background-color: $very-light-gray;
font-weight: bold;
} }
fieldset { fieldset {
margin-bottom: 1rem; margin-bottom: 1rem;

View File

@ -25,6 +25,7 @@ $column-margin: 0 10px 0 0;
margin: $column-margin; margin: $column-margin;
padding: .5rem 0; padding: .5rem 0;
text-align: center; text-align: center;
text-transform: uppercase;
&:last-child { &:last-child {
margin-right: 0; margin-right: 0;
} }