mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 17:22:22 -05:00
[ux] remove unused variables
This commit is contained in:
parent
5a58134cf2
commit
12e8773298
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
.aux
|
||||
header
|
||||
margin-top: 10%
|
||||
margin-top: 8%
|
||||
text-align: center
|
||||
|
||||
#logo
|
||||
|
@ -683,7 +683,7 @@ h4 {
|
||||
width: 155px;
|
||||
}
|
||||
.aux header {
|
||||
margin-top: 10%;
|
||||
margin-top: 8%;
|
||||
text-align: center;
|
||||
}
|
||||
#logo {
|
||||
|
Loading…
Reference in New Issue
Block a user