app/assets/stylesheets/spotlight/_nestable.scss in blacklight-spotlight-3.0.0.alpha.2 vs app/assets/stylesheets/spotlight/_nestable.scss in blacklight-spotlight-3.0.0.alpha.3
- old
+ new
@@ -72,15 +72,21 @@
/**
* Nestable Draggable Handles
*/
-.dd3-content { display: block; margin: 5px 0; padding: 0 0 0 30px;
+.dd3-content {
+ display: block;
+ margin: 5px 0;
background: #fafafa;
background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
border-radius: 3px;
box-sizing: border-box;
+
+ &.card, .card {
+ padding: 0 0 0 30px;
+ }
}
.dd3-content.page-admin {
position: relative;
}
.dd-dragel > .dd3-item > .dd3-content { margin: 0; }
@@ -97,5 +103,10 @@
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 9px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }
+
+.dd3-content .card-body,
+.dd3-content .card-header {
+ padding: .5rem 1rem
+}