diff --git a/public/css/_variables.styl b/public/css/_variables.styl index 99ac32c..36c4dac 100644 --- a/public/css/_variables.styl +++ b/public/css/_variables.styl @@ -1,20 +1,5 @@ // colors -$header = #404040 -$bodybg = #202020 - -$red = #c80000 -$text = #333 -$subtext = #777 - -$pink = #EB008B -$ltgray = #EBECEC -$dkgray = #202020 -$blue = #00aeef -$dkblue = #006991 - -// new colors - $activeBlue = #00aeef $actionPink = #ec008c @@ -29,15 +14,7 @@ $grayOutline = #e4e4e4 // font sizes -$fontLG = 20px -$fontMD = 16px -$fontSM = 13px +$fontLarge = 20px +$fontMedium = 14px +$fontSmall = 12px - -// dimensions - -$base = 10px -$seven = 7 * $base -$five = 5 * $base -$three = 3 * $base -$page = 38 * $base diff --git a/public/css/app/aux.styl b/public/css/app/aux.styl index ecb00b0..f86bc34 100644 --- a/public/css/app/aux.styl +++ b/public/css/app/aux.styl @@ -1,6 +1,6 @@ .aux header - margin-top: 10% + margin-top: 8% text-align: center #logo diff --git a/public/css/otalk.css b/public/css/otalk.css index fe25f53..96693a0 100644 --- a/public/css/otalk.css +++ b/public/css/otalk.css @@ -683,7 +683,7 @@ h4 { width: 155px; } .aux header { - margin-top: 10%; + margin-top: 8%; text-align: center; } #logo {