app/assets/stylesheets/trestle/components/_wells.scss in trestle-0.8.6 vs app/assets/stylesheets/trestle/components/_wells.scss in trestle-0.8.7
- old
+ new
@@ -1,7 +1,7 @@
.well {
- padding: 20px;
+ padding: 15px;
box-shadow: none;
border-radius: 0;
> *:first-child {
@@ -9,9 +9,17 @@
}
> *:last-child {
margin-bottom: 0;
}
+}
+
+.well-lg {
+ padding: 24px;
+}
+
+.well-sm {
+ padding: 9px;
}
.main-content-sidebar .well {
margin: 0 -20px;
background: darken($well-bg, 3%);