Commit 721dcd9c authored by yann300's avatar yann300

fix standard

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