mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-26 11:12:16 -05:00
[ux] remove unused variables
This commit is contained in:
parent
5a58134cf2
commit
12e8773298
@ -1,20 +1,5 @@
|
|||||||
// colors
|
// 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
|
$activeBlue = #00aeef
|
||||||
$actionPink = #ec008c
|
$actionPink = #ec008c
|
||||||
|
|
||||||
@ -29,15 +14,7 @@ $grayOutline = #e4e4e4
|
|||||||
|
|
||||||
// font sizes
|
// font sizes
|
||||||
|
|
||||||
$fontLG = 20px
|
$fontLarge = 20px
|
||||||
$fontMD = 16px
|
$fontMedium = 14px
|
||||||
$fontSM = 13px
|
$fontSmall = 12px
|
||||||
|
|
||||||
|
|
||||||
// dimensions
|
|
||||||
|
|
||||||
$base = 10px
|
|
||||||
$seven = 7 * $base
|
|
||||||
$five = 5 * $base
|
|
||||||
$three = 3 * $base
|
|
||||||
$page = 38 * $base
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.aux
|
.aux
|
||||||
header
|
header
|
||||||
margin-top: 10%
|
margin-top: 8%
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
#logo
|
#logo
|
||||||
|
@ -683,7 +683,7 @@ h4 {
|
|||||||
width: 155px;
|
width: 155px;
|
||||||
}
|
}
|
||||||
.aux header {
|
.aux header {
|
||||||
margin-top: 10%;
|
margin-top: 8%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#logo {
|
#logo {
|
||||||
|
Loading…
Reference in New Issue
Block a user