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

LESS to SASS

parent ddba5ed0
Branches
Tags
No related merge requests found
......@@ -57,8 +57,9 @@
}
.adv-group-close {
position: absolute;
right: 1rem;
bottom: 1rem;
left: 75%;
min-width: calc(25% - 1rem);
}
.adv-search {
margin-bottom: 0;
......
......@@ -159,13 +159,19 @@ header .container.navbar { margin-bottom: 0; }
.result-formats { margin-bottom: .5rem; }
.btn-bookbag-toggle form { display: inline; }
.btn-bookbag-toggle .fa { margin-right: .3rem; }
.result .btn-bookbag-toggle .fa {
.cart-link-icon.fa { margin-right: .3rem; }
.result .cart-link-icon {
color: $text-color;
/* .fa-fw */
width: 1.28571429em;
text-align: center;
}
.savedLists {
@extend .alert;
@extend .alert-info;
display: none;
}
@media (min-width: 768px) {
.result-body {
float: left;
......@@ -176,6 +182,7 @@ header .container.navbar { margin-bottom: 0; }
width: 25%;
padding: 0;
}
.savedLists.loaded { display: block; }
}
body.rtl {
.result .btn-bookbag-toggle .fa {
......
......@@ -35,10 +35,12 @@
.collapsed::after {content: '\25BC';}
.collapse,
.collapsing {
.collapsing,
& > .facet {
border-left: 1px solid $list-group-border;
border-right: 1px solid $list-group-border;
}
& > .facet:first-child { border-top: 1px solid $list-group-border; }
.facetOR .text {
display: inline-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