Added error styling to dialog input

pull/331/head
Tobias Reich 10 years ago
parent a1c65590a4
commit 3e946590fa

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

Loading…
Cancel
Save