fix standard

pull/3094/head
yann300 7 years ago
parent a00f2c248c
commit 8d842b4f6d
  1. 2
      remix-lib/src/ui/style-guide.js
  2. 3
      remix-lib/src/ui/style-guide_metropolis.js

@ -103,7 +103,6 @@ function styleGuide () {
supportText_Color: cssProperties.colors.grey,
sub_supportText_Color: cssProperties.colors.black,
specialText_Color: cssProperties.colors.greenZing,
brightText_Color: cssProperties.colors.brightBlue,
oppositeText_Color: cssProperties.colors.black,
@ -220,7 +219,6 @@ function styleGuide () {
sixthButton_BorderColor: cssProperties.colors.veryLightGrey,
/* .................
SUCCESS
.................. */
successButton_TextColor: cssProperties.colors.white,

@ -3,8 +3,6 @@
module.exports = styleGuide
function styleGuide () {
/* --------------------------------------------------------------------------
CSS PROPERTIES
@ -234,7 +232,6 @@ function styleGuide () {
sixthButton_BorderColor: cssProperties.colors.veryLightGrey,
/* .................
SUCCESS
.................. */
successButton_TextColor: cssProperties.colors.white,

Loading…
Cancel
Save