Rename _variables.scss to _constants.scss

This commit is contained in:
gregoirenovel 2017-04-05 13:46:04 +02:00
parent 47936c7be7
commit 01f894316c
6 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
// colors
$light-blue: #F2F6FA;
// Bootstrap variables
// Bootstrap constants
$font-size-base: 16px;

View file

@ -1,4 +1,4 @@
@import "variables";
@import "constants";
.turbolinks-progress-bar {
background-color: $light-blue;

View file

@ -22,7 +22,7 @@
// = require select2
// = require select2-bootstrap
@import "variables";
@import "constants";
@import "bootstrap-sprockets";
@import "bootstrap";

View file

@ -1,4 +1,4 @@
@import "variables";
@import "constants";
.default-data-block {
font-family: Arial;

View file

@ -1,4 +1,4 @@
@import "variables";
@import "constants";
#header {
top: 0;

View file

@ -1,4 +1,4 @@
@import "variables";
@import "constants";
#users-index,
#admins-index {