app/assets/stylesheets/peoplefinder/application.scss in peoplefinder-0.0.2 vs app/assets/stylesheets/peoplefinder/application.scss in peoplefinder-0.1.0
- old
+ new
@@ -15,10 +15,12 @@
@import "people";
@import "groups";
@import "home";
@import "search_box";
@import "org_browser";
+@import "select2";
+@import "select2_fixes";
.form-control {
max-width: 100% !important;
}
@@ -32,19 +34,26 @@
float: right;
top: 75px;
position: relative;
}
-.breadcrumbs_and_edit_link {
+.breadcrumbs {
margin-top: 1em;
- margin-bottom: 1em;
+ margin-bottom: -9px;
+ ol {
+ li {
+ display: inline-block;
+ }
+ li::after {
+ content: ' > ';
+ }
+ li:last-child:after {
+ content: '';
+ }
+ }
}
-.breadcrumbs {
- display: inline-block;
-}
-
.image-background {
position: relative;
}
.image-background img {
position: absolute;
@@ -74,18 +83,27 @@
h1, h2 {
margin: 30px 0;
border-bottom: 1px solid $blackish;
}
-h1.no-line {
+h1.no-line, h2.no-line {
border-bottom: 0;
}
-h2.line-above, h3.line-above {
+h2.line-above, h2.h3.line-above, h3.line-above {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid $blackish;
border-bottom: 0;
+}
+
+h1.h3, h2.h3 {
+ font-size: 24px;
+ margin: 3px 0 2px 0;
+}
+
+h2.h4 {
+ font-size: 19px;
}
h4 {
margin-top: 6px;
}