app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.263 vs app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.264
- old
+ new
@@ -11,11 +11,10 @@
* It is generally better to create a new file per style scope.
*
*= require_self
*= require ish_manager/tags
*= require ish_manager/maps
- *= require ish_manager/utils
*= require ish_manager/jquery-ui
*= require ish_manager/galleries
*= require ish_manager/photos
*= require ish_manager/user_profiles
*= require ish_manager/videos
@@ -23,19 +22,63 @@
body {
background: #dedede;
font-size: 20px;
}
+
pre {
background: #e0e0e0;
padding: 1em;
}
+ul:not(.browser-default).errors,
+ul:not(.browser-default).bullets, {
+ > li {
+ list-style-type: circle;
+ margin-left: 1em;
+ }
+}
+
/**
* utils
*/
+.-index {
+ .item {
+ margin-bottom: 3em;
+ }
+
+ /* clear nth! */
+ .row div:nth-child(2n+1) {
+ clear:left
+ }
+
+ .row h3 {
+ margin-bottom: 0;
+ }
+}
+
+
+.flat-row {
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-content: flex-start;
+
+ height: 2.4em;
+ line-height: 3em;
+
+ width: 100%;
+ margin: 1em 0 0 0;
+ padding: 0;
+
+ > * {
+ padding-right: 1em;
+ }
+}
+
+
/* A */
.addToggle + * {
display: none;
}
@@ -87,9 +130,10 @@
/* E */
/* F */
.flex-row {
display: flex;
+ flex-wrap: wrap;
}
.float-left {
float: left;
padding-right: 1em;