First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
21
hackatonApp/scss/common/common.variables.scss
Normal file
21
hackatonApp/scss/common/common.variables.scss
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
// Images - Preload images
|
||||
$pre-img-bg: rgba(lighten(#666666, 15%), .25);
|
||||
// Images - Preload images - Spinner on load
|
||||
$spinner-size: 50px;
|
||||
$spinner-svg-size: 28px;
|
||||
$spinner-color: #FFFFFF;
|
||||
// Images - Multimedia background
|
||||
$multi-bg: darken(#666666, 30%);
|
||||
$overlay-bg: darken(#fcfcfc, 80%);
|
||||
|
||||
$pre-img-ratios: ();
|
||||
|
||||
// App colors
|
||||
$top-bar-bg: $theme-color-2;
|
||||
$top-bar-color: #FFFFFF;
|
||||
|
||||
$loading-color: #FFFFFF;
|
||||
$loading-background-color: rgba(#444444, .9);
|
||||
|
||||
$content-bg: #EAEAEA;
|
||||
$content-color: #444444;
|
||||
Loading…
Add table
Add a link
Reference in a new issue