ux(saas): variable renaming

This commit is contained in:
Torkel Ödegaard
2016-02-16 09:42:46 +01:00
parent 1cd3985913
commit febad7b1d7
29 changed files with 227 additions and 212 deletions

View File

@@ -23,7 +23,7 @@
}
.page-container {
background-color: $pageBackground;
background-color: $page-bg;
position: relative;
padding: 25px 56px 10px 56px;
max-width: 1060px;
@@ -61,8 +61,8 @@
h2 {
margin-left: 15px;
margin-bottom: 0px;
font-size: $fontSizeLarge;
color: $textColor;
font-size: $font-size-lg;
color: $text-color;
i {
padding-right: 6px;
}