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
|
// colors
|
||||||
$light-blue: #F2F6FA;
|
$light-blue: #F2F6FA;
|
||||||
|
|
||||||
// Bootstrap variables
|
// Bootstrap constants
|
||||||
$font-size-base: 16px;
|
$font-size-base: 16px;
|
|
@ -1,4 +1,4 @@
|
||||||
@import "variables";
|
@import "constants";
|
||||||
|
|
||||||
.turbolinks-progress-bar {
|
.turbolinks-progress-bar {
|
||||||
background-color: $light-blue;
|
background-color: $light-blue;
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
// = require select2
|
// = require select2
|
||||||
// = require select2-bootstrap
|
// = require select2-bootstrap
|
||||||
|
|
||||||
@import "variables";
|
@import "constants";
|
||||||
@import "bootstrap-sprockets";
|
@import "bootstrap-sprockets";
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "variables";
|
@import "constants";
|
||||||
|
|
||||||
.default-data-block {
|
.default-data-block {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "variables";
|
@import "constants";
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "variables";
|
@import "constants";
|
||||||
|
|
||||||
#users-index,
|
#users-index,
|
||||||
#admins-index {
|
#admins-index {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue