Skip to content
Snippets Groups Projects
Commit df041b18 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

LessToSass

parent aaeba861
No related merge requests found
......@@ -225,18 +225,6 @@ footer {
white-space: pre;
}
/* ------ Facets ------ */
.date-fields {
display: flex;
.date-from { padding-right: .25rem; }
.date-to { padding-left: .25rem; }
}
@media (min-width: 768px) {
.author-facets { display: flex; }
.author-list { flex: 0 1 100%; }
}
/* ------ MyResearch ------ */
.form-login .btn-link ~ .btn-link { padding-left: 0; } // Login link spacing
.myresearch-menu a {
......
......@@ -165,3 +165,19 @@ body.rtl .full-facet-list .active .fa.fa-times { float: left; }
border-bottom: 1px solid $list-group-border;
}
}
.facet-range-form {
width: 100%;
}
.date-fields {
display: flex;
.date-from, .date-to { flex: 0 1 100%; }
.date-from { padding-right: .25rem; }
.date-to { padding-left: .25rem; }
}
@media (min-width: 768px) {
.author-facets { display: flex; }
.author-list { flex: 0 1 100%; }
}
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