app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.314 vs app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.315
- old
+ new
@@ -24,10 +24,11 @@
*= require ish_manager/leads
*= require ish_manager/photos
*= require ish_manager/tags
*= require ish_manager/user_profiles
*= require ish_manager/videos
+ *= require ish_manager/pagination
*/
/*
@@ -83,10 +84,21 @@
.alert {
border: 1px solid red;
padding: .8em;
}
+.application--debug {
+ width: 100vwh;
+ overflow-x: auto;
+}
+.application-home {
+ .bordered-card {
+ max-width: 400px;
+ }
+}
+
+
/* B */
.bg-white {
background: url('/assets/bg/confectionary.png');
padding-bottom: 1em;
@@ -100,11 +112,11 @@
.border-red {
border: 1px solid red;
padding: 1em;
}
-.bordered {
+.bordered-card {
border: 1px solid grey;
padding: .5em;
border-radius: 8px;
margin-bottom: .5em;
padding: 0.5em;
@@ -122,11 +134,11 @@
.center {
text-align: center;
}
-.clearfix {
+.c {
clear: both;
}
.collapse-expand {
cursor: pointer;
@@ -168,10 +180,11 @@
.flex-row {
display: flex;
flex-wrap: wrap; /* @TODO: why does it wrap? in ish_manager/show , I'd prefer it didn't. */
+
}
.float-left {
float: left;
padding-right: 1em;
@@ -255,16 +268,20 @@
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid blue;
}
-.menu-secondary li {
- display: inline;
+.menu-secondary {
+ margin: 20px 0;
+ padding: 0;
+ li {
+ display: inline;
+ a {
+ background: white;
+ }
+ }
}
-.menu-secondary li a {
- padding: 1rem;
- background: white;
-}
+
.meta-edit {
display: inline;
}
/* N */