Added views for QOR admin
This commit is contained in:
19
app/views/qor/assets/stylesheets/scss/_variables.scss
Normal file
19
app/views/qor/assets/stylesheets/scss/_variables.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
// Variables
|
||||
// --------------------------------------------------
|
||||
// Material Design Lite's variables
|
||||
@import "mdl/variables"; // Customize palette
|
||||
// Download: https://storage.googleapis.com/code.getmdl.io/1.0.3/material.blue-pink.min.css
|
||||
$color-primary: $palette-light-blue-500;
|
||||
$color-primary-dark: $palette-light-blue-700; // Z-index master list
|
||||
//
|
||||
// Warning: Avoid customizing these values. They're used for a bird's eye view
|
||||
// of components dependent on the z-axis and are designed to all work together.
|
||||
$zindex-fixer: 990;
|
||||
$zindex-slideout: 1000;
|
||||
$zindex-bottomsheets: 1005;
|
||||
$zindex-modal: 1010;
|
||||
$color-main-header: #0277bd;
|
||||
$color-slideout-header: unquote("rgb(#{$color-primary})");
|
||||
$color-dash: #ededed;
|
||||
$color-body-bg: #f5f5f5;
|
||||
$width-bottomsheet: 640px;
|
||||
Reference in New Issue
Block a user