Skip to content
Snippets Groups Projects
Commit b6a6670b authored by Robert Lange's avatar Robert Lange
Browse files

refs #18971 [finc] push record view icon to right (Desktop) on left-aligned sidebars

* narrow selector
** add class record for detail view
** add class img-col for icon column

* remove margin right and add margin left
parent f9535f73
Branches
Tags
No related merge requests found
...@@ -2014,11 +2014,16 @@ footer { ...@@ -2014,11 +2014,16 @@ footer {
.search-filter-toggle::before { .search-filter-toggle::before {
content: '\f100\00a0'; content: '\f100\00a0';
} }
}
.media-left { .offcanvas-left .record {
.media-left.img-col {
// push record view icon to right (Desktop) on left-aligned sidebars -- pls NOTE: required offcanvas = true // push record view icon to right (Desktop) on left-aligned sidebars -- pls NOTE: required offcanvas = true
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
float: right; float: right;
margin-left: $grid-gutter-width / 2;
margin-right: 0;
padding-right: 0;
} }
} }
} }
......
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