Skip to content

Commit

Permalink
more padding, bigger font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeraci committed Nov 7, 2015
1 parent dd996cb commit d1ce587
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
17 changes: 9 additions & 8 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2932,11 +2932,12 @@ table {
src: url("../fonts/HelveticaNeue-Light.eot");
src: url("../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light.svg#helvetica_neue") format("svg"); }
body {
padding-top: 20px;
padding-top: 22px;
padding-right: 3px;
background: #000;
color: #aaa;
font-family: helvetica_neue;
font-size: 30px;
font-size: 40px;
font-weight: 200;
letter-spacing: 1.2px;
line-height: 1.2em; }
Expand Down Expand Up @@ -2974,7 +2975,7 @@ body {

.hud-section-time h1 {
color: #fff;
font-size: 70px;
font-size: 80px;
letter-spacing: 0.5px; }
.hud-section-time .colon {
position: relative;
Expand All @@ -2985,17 +2986,17 @@ body {
.hud-section-time h2 {
margin-top: 10px;
color: #aaa;
font-size: 30px; }
font-size: 40px; }

.hud-section-weather .degree-symbol {
margin-left: -0.2em; }
.hud-section-weather .hud-section-weather-current {
font-size: 50px; }
font-size: 60px; }

.hud-section-subway .hud-section-subway-line {
display: inline-block;
width: 30px;
height: 30px;
width: 40px;
height: 40px;
margin-left: 0.3em;
border: 2px solid #aaa;
border-radius: 50%;
Expand All @@ -3006,4 +3007,4 @@ body {
text-transform: lowercase; }

.hud-section-no-connection {
font-size: 20px; }
font-size: 30px; }
11 changes: 6 additions & 5 deletions static/css/app.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
$background: #000
$text-color-primary: #fff
$text-color-secondary: #aaa
$text-size-primary: 70px
$text-size-secondary: 50px
$text-size-tertiary: 30px
$text-size-quartiary: 20px
$text-size-primary: 80px
$text-size-secondary: 60px
$text-size-tertiary: 40px
$text-size-quartiary: 30px

$gutter: 50px

Expand All @@ -20,7 +20,8 @@ $gutter: 50px
//////////////////////////////////////////////////////////////////////////////
body
padding-top: 20px
padding-top: 22px
padding-right: 3px
background: $background
color: $text-color-secondary
font-family: helvetica_neue
Expand Down

0 comments on commit d1ce587

Please sign in to comment.