diff app/assets/stylesheets/_components.scss @ 386:bf9e350f8a2b

Add styling to the alerts.
author nanaya <me@myconan.net>
date Sun, 07 Jun 2015 10:24:35 +0900
parents 2ad092e60975
children 6cd41974d4b0
line wrap: on
line diff
--- a/app/assets/stylesheets/_components.scss	Sun Jun 07 10:13:25 2015 +0900
+++ b/app/assets/stylesheets/_components.scss	Sun Jun 07 10:24:35 2015 +0900
@@ -3,3 +3,15 @@
 input[type=radio] {
   margin-right: $spacing/2;
 }
+
+.alert {
+  padding: $spacing;
+}
+
+.alert-danger {
+  background-color: $danger;
+}
+
+.alert-info {
+  background-color: $info;
+}