Commit eb25851b authored by yann300's avatar yann300

fix standard

parent d92f9bfb
...@@ -74,7 +74,7 @@ function styleGuide () { ...@@ -74,7 +74,7 @@ function styleGuide () {
/* ------------------------------------------------------ /* ------------------------------------------------------
ACE THEME ACE THEME
------------------------------------------------------ */ ------------------------------------------------------ */
aceTheme: '', aceTheme: '',
...@@ -86,7 +86,7 @@ function styleGuide () { ...@@ -86,7 +86,7 @@ function styleGuide () {
tertiary_BackgroundColor: cssProperties.colors.backgroundBlue, tertiary_BackgroundColor: cssProperties.colors.backgroundBlue,
quaternary_BackgroundColor: cssProperties.colors.backgroundBlue, quaternary_BackgroundColor: cssProperties.colors.backgroundBlue,
fifth_BackgroundColor: cssProperties.colors.backgroundBlue, fifth_BackgroundColor: cssProperties.colors.backgroundBlue,
seventh_BackgroundColor: cssProperties.colors.veryLightGrey, seventh_BackgroundColor: cssProperties.colors.veryLightGrey,
dark_BackgroundColor: cssProperties.colors.black, dark_BackgroundColor: cssProperties.colors.black,
light_BackgroundColor: cssProperties.colors.white, light_BackgroundColor: cssProperties.colors.white,
debuggingMode_BackgroundColor: cssProperties.colors.lightViolet, debuggingMode_BackgroundColor: cssProperties.colors.lightViolet,
...@@ -103,7 +103,6 @@ function styleGuide () { ...@@ -103,7 +103,6 @@ function styleGuide () {
supportText_Color: cssProperties.colors.grey, supportText_Color: cssProperties.colors.grey,
sub_supportText_Color: cssProperties.colors.black, sub_supportText_Color: cssProperties.colors.black,
specialText_Color: cssProperties.colors.greenZing, specialText_Color: cssProperties.colors.greenZing,
brightText_Color: cssProperties.colors.brightBlue, brightText_Color: cssProperties.colors.brightBlue,
oppositeText_Color: cssProperties.colors.black, oppositeText_Color: cssProperties.colors.black,
...@@ -220,7 +219,6 @@ function styleGuide () { ...@@ -220,7 +219,6 @@ function styleGuide () {
sixthButton_BorderColor: cssProperties.colors.veryLightGrey, sixthButton_BorderColor: cssProperties.colors.veryLightGrey,
/* ................. /* .................
SUCCESS SUCCESS
.................. */ .................. */
successButton_TextColor: cssProperties.colors.white, successButton_TextColor: cssProperties.colors.white,
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
module.exports = styleGuide module.exports = styleGuide
function styleGuide () { function styleGuide () {
/* -------------------------------------------------------------------------- /* --------------------------------------------------------------------------
CSS PROPERTIES CSS PROPERTIES
...@@ -36,7 +34,7 @@ function styleGuide () { ...@@ -36,7 +34,7 @@ function styleGuide () {
blueMorningGlory: 'hsla(213, 74%, 80%, 1)', blueMorningGlory: 'hsla(213, 74%, 80%, 1)',
blueFairyDust: 'hsla(181, 83%, 86%, 1)', blueFairyDust: 'hsla(181, 83%, 86%, 1)',
blueMonday: 'hsla(213, 100%, 16%, 1)', blueMonday: 'hsla(213, 100%, 16%, 1)',
// GREY // GREY
grey: 'hsla(0, 0%, 40%, 1)', grey: 'hsla(0, 0%, 40%, 1)',
lightGrey: 'hsla(0, 0%, 40%, .5)', lightGrey: 'hsla(0, 0%, 40%, .5)',
...@@ -91,7 +89,7 @@ function styleGuide () { ...@@ -91,7 +89,7 @@ function styleGuide () {
var appProperties = { var appProperties = {
/* ------------------------------------------------------ /* ------------------------------------------------------
ACE THEME ACE THEME
------------------------------------------------------ */ ------------------------------------------------------ */
aceTheme: 'tomorrow_night_blue', aceTheme: 'tomorrow_night_blue',
...@@ -234,7 +232,6 @@ function styleGuide () { ...@@ -234,7 +232,6 @@ function styleGuide () {
sixthButton_BorderColor: cssProperties.colors.veryLightGrey, sixthButton_BorderColor: cssProperties.colors.veryLightGrey,
/* ................. /* .................
SUCCESS SUCCESS
.................. */ .................. */
successButton_TextColor: cssProperties.colors.white, successButton_TextColor: cssProperties.colors.white,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment