Added error styling to dialog input

This commit is contained in:
Tobias Reich 2015-01-20 13:46:58 +01:00
parent a1c65590a4
commit 3e946590fa

View File

@ -79,6 +79,8 @@
&:focus { border-bottom-color: $colorBlue; }
&.error { border-bottom-color: $colorRed; }
&:first-child { margin-top: 10px; }
&:last-child { margin-bottom: 10px; }