Settings page (visual only)

This commit is contained in:
2017-06-18 20:22:43 +02:00
parent 3fc05fa53e
commit 0822c8f829
5 changed files with 80 additions and 48 deletions

View File

@ -8,13 +8,15 @@ input, textarea, button, select
input, textarea
border ui-border
background-color white
background white
box-shadow none
:focus
color black
border 1px solid main-color
border 1px solid main-color !important
// TODO: Replace with alpha(main-color, 20%) function
box-shadow 0 0 6px rgba(248, 165, 130, 0.2)
:disabled
ui-disabled
@ -32,6 +34,11 @@ button, select
// // box-shadow 0 0 6px alpha(mainColor, 20%)
// border 1px solid main-color
label
width 100%
padding 0.5rem 0
text-align left
// input[type="submit"]:hover,
// button:hover
// cursor pointer