app/assets/stylesheets/hyrax/_featured.scss in hyrax-2.0.3 vs app/assets/stylesheets/hyrax/_featured.scss in hyrax-2.1.0.beta1
- old
+ new
@@ -4,14 +4,30 @@
padding-left: 0;
}
/* don't nest .featured-item in the ol, because it's detached from the list when being dragged */
.featured-item {
+ border-top: 1px solid #ddd;
+ font-size: 0.9em;
+ min-height: 100px;
+ padding: 8px;
+
h3 {
+ font-size: 1.1em;
margin-top: 0;
}
+
+ img {
+ width: 90px;
+ }
+
.main {
padding: $padding-small-vertical;
+ }
+
+ .featured-label {
+ color: $gray;
+ font-weight: bold;
}
}
.featured-researcher {
padding: 1em 0;