font size minor adjustments

pull/461/head^2
Dave Cranwell 2014-07-24 15:23:05 +01:00
rodzic 0ed53ccd9b
commit 0a5077ace7
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -121,7 +121,7 @@
color:lighten($color-grey-2,30%);
-webkit-font-smoothing: auto;
font-size:0.80em;
margin:0 0.5em 0.5em;
margin:0 0.5em;
background:white url("#{$static-root}bg-dark-diag.svg");
&.primary{

Wyświetl plik

@ -160,7 +160,7 @@ ul.listing{
text-transform:none;
margin:0;
font-size:1.15em;
font-weight:700;
font-weight:600;
color:darken($color-grey-2, 10%);
line-height:1.5em;
@ -197,6 +197,7 @@ ul.listing{
color:$color-teal;
border-color:$color-grey-3;
background:white;
font-size:0.84em; /* 0.01em difference to regular small buttons */
&:hover{
border-color:$color-teal;
@ -322,6 +323,7 @@ ul.listing{
.title h2{
font-size:1.2em;
opacity:1;
a{
@include transition(opacity 0.2s ease);
}
@ -382,7 +384,7 @@ table.listing{
h2{
color:white;
font-size:1.8em;
font-weight:600;
font-weight:500;
a:hover{
color:white;