app/assets/stylesheets/mountain_view/styleguide.css in mountain_view-0.7.1 vs app/assets/stylesheets/mountain_view/styleguide.css in mountain_view-0.8.0
- old
+ new
@@ -93,9 +93,20 @@
}
.mv-component__item{
}
+.mv-component__meta{
+ padding: 25px;
+ margin-bottom: 20px;
+ background: #F7F7F7;
+ border: 1px solid #E4E4E4;
+}
+
+.mv-component__meta p{
+ color: #000;
+}
+
.mv-component__description{
padding: 25px;
background: #F7F7F7;
border: 1px solid #E4E4E4;
margin-top: 30px;