Rename _variables.scss to _constants.scss
This commit is contained in:
parent
47936c7be7
commit
01f894316c
6 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
// colors
|
||||
$light-blue: #F2F6FA;
|
||||
|
||||
// Bootstrap variables
|
||||
// Bootstrap constants
|
||||
$font-size-base: 16px;
|
|
@ -1,4 +1,4 @@
|
|||
@import "variables";
|
||||
@import "constants";
|
||||
|
||||
.turbolinks-progress-bar {
|
||||
background-color: $light-blue;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
// = require select2
|
||||
// = require select2-bootstrap
|
||||
|
||||
@import "variables";
|
||||
@import "constants";
|
||||
@import "bootstrap-sprockets";
|
||||
@import "bootstrap";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "variables";
|
||||
@import "constants";
|
||||
|
||||
.default-data-block {
|
||||
font-family: Arial;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "variables";
|
||||
@import "constants";
|
||||
|
||||
#header {
|
||||
top: 0;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "variables";
|
||||
@import "constants";
|
||||
|
||||
#users-index,
|
||||
#admins-index {
|
||||
|
|
Loading…
Add table
Reference in a new issue