lib/caboodle/kits/susy/views/susy/screen.scss in caboodle-0.2.3 vs lib/caboodle/kits/susy/views/susy/screen.scss in caboodle-0.2.5
- old
+ new
@@ -243,6 +243,18 @@
}
}
#testing {
background-color: red;
+}
+
+section#errors {
+ background-color: #ffdddd;
+ padding: 0.5em;
+ h2 {
+ @include adjust-font-size-to(16px);
+ color: #882222;
+ }
+ .reason {
+ display: none;
+ }
}
\ No newline at end of file