Studio: using defined red color variables for error-based system messages

This commit is contained in:
Brian Talbot
2013-07-25 17:09:57 -04:00
parent 628994daf1
commit 8a715c1a16

View File

@@ -31,8 +31,8 @@
}
&.error {
border-color: shade($red, 50%);
background: tint($red, 20%);
border-color: $red-d3;
background: $red-l1;
}
&.is-shown {