app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.53 vs app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.54
- old
+ new
@@ -9,11 +9,10 @@
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*
*= require ish_manager/bootstrap
- *= require ish_manager/materialize
*= require_self
*/
/**
@@ -67,10 +66,14 @@
float: right;
}
.clearfix {
clear: both;
}
+.blue {
+ background: #5bc0de;
+ color: white;
+}
.manager--main-header {
background: url('/assets/bg/weather.png');
}
@@ -109,6 +112,22 @@
/**
* tags
*/
ul.tags ul.tags {
margin-left: 2em;
+}
+
+/**
+ * ally
+ */
+.price {
+ /* margin-left: 1em; */
+}
+.descriptive {
+ line-height: 2em;
+}
+.price::before {
+ content: "$";
+ position: absolute;
+ top: 1em;
+ left: 0;
}