Commit 721dcd9c authored by yann300's avatar yann300

fix standard

parent dc3b9224
...@@ -65,20 +65,20 @@ module.exports = { ...@@ -65,20 +65,20 @@ module.exports = {
'margin-bottom': '10px' 'margin-bottom': '10px'
}, },
button: { button: {
'border-color' : 'transparent', 'border-color': 'transparent',
'border-radius' : '3px', 'border-radius': '3px',
'border' : '.3px solid ${colors.veryLightGrey}', 'border': '.3px solid ${colors.veryLightGrey}',
'cursor' : 'pointer', 'cursor': 'pointer',
'min-height' : '25px', 'min-height': '25px',
'max-height' : '25px', 'max-height': '25px',
'padding' : '3px', 'padding': '3px',
'min-width' : '100px', 'min-width': '100px',
'font-size' : '12px', 'font-size': '12px',
'overflow' : 'hidden', 'overflow': 'hidden',
'word-break' : 'normal', 'word-break': 'normal',
'background-color' : 'hsla(0, 0%, 40%, .2)', 'background-color': 'hsla(0, 0%, 40%, .2)',
'color' : 'hsla(0, 0%, 40%, 1)', 'color': 'hsla(0, 0%, 40%, 1)',
'margin' : '3px', 'margin': '3px',
'text-decoration' : 'none' 'text-decoration': 'none'
} }
} }
var csjs = require('csjs-inject') // var csjs = require('csjs-inject')
module.exports = styleGuide module.exports = styleGuide
...@@ -40,32 +40,32 @@ function styleGuide () { ...@@ -40,32 +40,32 @@ function styleGuide () {
FONTS FONTS
-------------------------------------------------------------------------- */ -------------------------------------------------------------------------- */
var texts = { var texts = {
'title-XL': ` 'title-XL': `
font-size : 2em; font-size : 2em;
font-weight : 700; font-weight : 700;
letter-spacing : .05em; letter-spacing : .05em;
`, `,
'title-L': ` 'title-L': `
font-size : 1em; font-size : 1em;
font-weight : 600; font-weight : 600;
`, `,
'title-M': ` 'title-M': `
font-size : 1em; font-size : 1em;
font-weight : 400; font-weight : 400;
`, `,
'title-S': ` 'title-S': `
font-size : .8em; font-size : .8em;
font-weight : 300; font-weight : 300;
`, `,
'text': ` 'text': `
font-size : .8em; font-size : .8em;
` `
} }
/* -------------------------------------------------------------------------- /* --------------------------------------------------------------------------
TEXT-BOXES TEXT-BOXES
......
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