Some improvements

This commit is contained in:
2016-12-06 12:36:31 +09:00
parent c2d9817ec5
commit 1268aa8ba6
21 changed files with 72 additions and 273 deletions

View File

@ -18,13 +18,19 @@ input, textarea
:disabled
ui-disabled
// button, select
// ui-element
// box-shadow 0 0 2px white, 0 -2px 5px rgba(0, 0, 0, 0.08) inset
// :focus
// color rgb(0, 0, 0)
// box-shadow 0 0 6px alpha(mainColor, 20%)
// border 1px solid mainColor
button, select
ui-element
max-width 600px
padding 0.6rem 1rem
margin 0 auto
// box-shadow 0 0 2px white, 0 -2px 5px rgba(0, 0, 0, 0.08) inset
// :active
// background-color black
// color white
// :focus
// color rgb(0, 0, 0)
// // box-shadow 0 0 6px alpha(mainColor, 20%)
// border 1px solid main-color
// input[type="submit"]:hover,
// button:hover