This commit is contained in:
2017-11-05 06:56:09 +01:00
parent ce03cadc98
commit 239ef24b5b
9 changed files with 46 additions and 32 deletions

View File

@ -1,8 +1,8 @@
mixin input-focus
:focus
border 1px solid input-focus-border-color
border 1px solid input-focus-border-color !important
// TODO: Replace with alpha(main-color, 20%) function
box-shadow 0 0 6px rgba(248, 165, 130, 0.2)
box-shadow 0 0 6px rgba(248, 165, 130, 0.2) !important
input, textarea, button, .button, select
ui-element