Skip to content
Snippets Groups Projects
Commit 016537fe authored by Thomas Hackl's avatar Thomas Hackl Committed by Jan-Hendrik Willms
Browse files

fine tuning contentbar, re #526

parent b45f4ca3
No related branches found
No related tags found
No related merge requests found
.contentbar { .contentbar {
background-color: $dark-gray-color-5; background-color: $dark-gray-color-5;
border: 1px solid $content-color-40; border: 1px solid $dark-gray-color-30;
gap: 10px; gap: 10px;
margin-bottom: 15px; margin-bottom: 15px;
min-height: 58px; min-height: 58px;
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
display: flex; display: flex;
font-size: 1.3em; font-size: 1.3em;
max-width: 60%; max-width: 60%;
padding-left: 0.5em;
ul.breadcrumb { ul.breadcrumb {
list-style: none; list-style: none;
...@@ -56,14 +57,22 @@ ...@@ -56,14 +57,22 @@
.contentbar-icons { .contentbar-icons {
display: flex; display: flex;
label {
margin-left: 0.5em;
margin-right: 0.5em;
}
.consuming_mode_trigger { .consuming_mode_trigger {
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: -2px;
@media (max-width: 767px) { @media (max-width: 767px) {
display: none !important; display: none !important;
} }
@-moz-document url-prefix() { @-moz-document url-prefix() {
position: relative; margin-top: -4px;
top: -3px;
} }
} }
...@@ -72,12 +81,11 @@ ...@@ -72,12 +81,11 @@
width: 24px; width: 24px;
height: 24px; height: 24px;
@include icon(before, fullscreen-on, clickable, 24px, 0px); @include icon(before, fullscreen-on, clickable, 24px, 0px);
margin-left: 5px;
} }
nav { nav {
position: relative; margin-left: 2px;
top: 2px; margin-top: 2px;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment