lib/generators/tmatt_cms/templates/css/style.css.scss in tmatt_cms-0.1.3 vs lib/generators/tmatt_cms/templates/css/style.css.scss in tmatt_cms-0.1.4
- old
+ new
@@ -340,6 +340,21 @@
font: normal normal normal 1.4rem/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
+}
+
+.well {
+ background: $white;
+ border-color: #ececec;
+}
+.well {
+ min-height: 2rem;
+ padding: 1.9rem;
+ margin-bottom: 2rem;
+ background-color: #f5f5f5;
+ border: .1rem solid #e3e3e3;
+ border-radius: .8rem;
+ -webkit-box-shadow: inset 0 .1rem .1rem rgba(0,0,0,0.05);
+ box-shadow: inset 0 .1rem .1rem rgba(0,0,0,0.05);
}
\ No newline at end of file