Skip to content
Snippets Groups Projects
Commit b822fa08 authored by Demian Katz's avatar Demian Katz
Browse files

Update SCSS.

parent d742044d
No related merge requests found
...@@ -10,6 +10,7 @@ $fa-font-path: "../../bootstrap3/css/fonts"; ...@@ -10,6 +10,7 @@ $fa-font-path: "../../bootstrap3/css/fonts";
@import "components/alphabrowse"; @import "components/alphabrowse";
@import "components/autocomplete"; @import "components/autocomplete";
@import "components/channels"; @import "components/channels";
@import "components/form";
@import "components/icons"; @import "components/icons";
@import "components/js-tree"; @import "components/js-tree";
@import "components/lightbox"; @import "components/lightbox";
......
form {
textarea:invalid,
input:invalid {
box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.9);
}
.form-info {
font-weight: bold;
margin: 20px 0;
}
.info {
margin: 10px 0;
}
.form-group ul {
padding: 0;
margin-left: 15px;
margin-top: 5px;
}
.form-group label.required::before {
content: '* ';
}
}
...@@ -40,7 +40,8 @@ ...@@ -40,7 +40,8 @@
.badge { .badge {
flex-shrink: 0; flex-shrink: 0;
max-height: 19px; max-height: 19px;
line-height: 1.1rem; line-height: 1.2;
vertical-align: baseline;
} }
.exclude { .exclude {
...@@ -60,10 +61,6 @@ ...@@ -60,10 +61,6 @@
text-align: inherit; text-align: inherit;
} }
.top-facets {
margin-left: -.5rem;
margin-right: -.5rem;
}
.top-facets .facet, .top-facets .facet,
.top-facets .narrow-toggle, .top-facets .narrow-toggle,
.top-facets > strong { .top-facets > strong {
...@@ -74,6 +71,11 @@ ...@@ -74,6 +71,11 @@
white-space: nowrap; white-space: nowrap;
} }
.top-facets .narrow-toggle { text-decoration: underline; } .top-facets .narrow-toggle { text-decoration: underline; }
.top-facets .top-facet {
margin-top: 2px;
margin-bottom: 2px;
border: 1px solid $list-group-border;
}
.checkbox-filter { .checkbox-filter {
display: block; display: block;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment