1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-07-22 20:53:02 +00:00

on Refactoring...

This commit is contained in:
Rokt33r
2015-08-17 01:10:08 +09:00
parent 932997259f
commit 23b8b49c00
59 changed files with 1960 additions and 2179 deletions
+12 -1
View File
@@ -6,10 +6,19 @@ global-reset()
@import './components/*'
@import './containers/*'
html, body
width 100%
height 100%
overflow hidden
body
font-family "Lato"
color textColor
font-size fontSize
font-weight 400
div, span, a, button, input
box-sizing border-box
h1
font-size 2em
@@ -33,9 +42,11 @@ a
hr
border-top none
border-bottom solid 1px borderColor
margin 25px 0
margin 15px 0
button
font-weight 400
cursor pointer
&:focus, &.focus
outline none