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

Minor less/scss cleanup.

parent f2598000
Branches
Tags
No related merge requests found
......@@ -404,6 +404,7 @@ div.holding-notes {
padding-right: 0.5rem;
}
.odbrand{
.odbrand {
padding: 7px;
}
\ No newline at end of file
}
......@@ -403,3 +403,8 @@ div.holding-notes {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.odbrand {
padding: 7px;
}
......@@ -403,9 +403,11 @@ body.rtl {
display: inline-block;
padding: .5rem 1rem;
color: #555;
background-color: rgba(0,0,0,.05);
border-radius: 4px;
&:hover {
background-color: #eee;
background-color: rgba(0,0,0,.1);
}
}
.search-filter-remove {
......
......@@ -284,11 +284,12 @@
.reset-filters-btn {
font-weight: bold;
color: #fff;
background-color: rgba(255,255,255,.1);
border-radius: 4px;
&:hover {
background-color: rgba(255,255,255,.2);
}
}
.active-filters .reset-filters-btn:hover {
color: #fff;
background-color: rgba(255,255,255,.2);
}
.active-filters .filters .filter-value,
.search-filter-dropdown .btn,
......
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