app/assets/stylesheets/layout/positioning.css.scss in curate-0.1.3 vs app/assets/stylesheets/layout/positioning.css.scss in curate-0.2.0
- old
+ new
@@ -54,6 +54,18 @@
padding-bottom: 9px;
}
legend + .control-group {
margin-top: 0px;
+}
+
+.thumbnail {
+ border: 2px solid $gray;
+ background-color: $grayLighter;
+ .icon{
+ text-align: center;
+ vertical-align: middle;
+ h3 {
+ margin: 1px;
+ }
+ }
}
\ No newline at end of file