mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-20 14:31:30 +08:00
Merge pull request #535 from biosistemika/ml_sci_1044_vol2
Fix bug with constants
This commit is contained in:
commit
7730493ef4
1 changed files with 3 additions and 3 deletions
|
@ -26,15 +26,15 @@ $color-mine-shaft: #333;
|
|||
$color-nero: #262626;
|
||||
$color-black: #000;
|
||||
$color-cloud: rgba(0, 0, 0, .1);
|
||||
$color-gray-light-yadcf: '#cccccc';
|
||||
$color-gray-dark-yadcf: '#a9a9a9';
|
||||
$color-gray-light-yadcf: #ccc;
|
||||
$color-gray-dark-yadcf: #a9a9a9;
|
||||
|
||||
// Miscelaneous colors
|
||||
$color-mystic: #eaeff2;
|
||||
$color-candlelight: #ffda23;
|
||||
$color-orange: #ff900b;
|
||||
$color-saturated-green: #008600;
|
||||
$color-blue-yadcf: '#337ab7';
|
||||
$color-blue-yadcf: #337ab7;
|
||||
|
||||
// Red colors
|
||||
$color-mojo: #cf4b48;
|
||||
|
|
Loading…
Reference in a new issue