"resources/git@gitlab.studip.de:tleilax/studip.git" did not exist on "04ad36e3a9845a401d95d35880deda5ea390e9dd"
Newer
Older
background-color: var(--dark-gray-color-5);
border: solid thin var(--dark-gray-color-30);
flex-wrap: nowrap;
margin-bottom: 15px;
min-height: 30px;
padding: 1em 2em;
.contentbar-nav {
display: flex;
width: auto;
}
.contentbar-wrapper-left {
max-width: calc(100% - 130px);
.contentbar-breadcrumb {
font-size: 1.25em;
line-height: 1.5em;
margin-right: 1em;
min-width: 0;
.contentbar-icon {
height: 24px;
margin-top: 2px;
width: 24px;
list-style: none;
margin-left: 15px;
padding-left: 0;
li+li:before {
padding: 0 0.25em;
content: '/';
background-repeat: no-repeat;
background-position: center;
}
.contentbar-breadcrumb-item {
display: inline;
flex-shrink: 100000;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
a {
color: var(--base-color);
text-decoration: none;
&:hover {
color: var(--active-color);
}
}
&.contentbar-breadcrumb-item-current {
flex-shrink: 1;
}
}
}
}
.contentbar-wrapper-right {
align-items: center;
justify-content: flex-end;
position: relative;
.contentbar-info {
flex: 0 1 auto;
}
.contentbar-button-wrapper {
height: 24px;
margin: 0 7px;
@-moz-document url-prefix() {
&.contentbar-action-menu-wrapper {
margin-top: 2px;
}
.contentbar-button, .cw-ribbon-button {
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
background-size: 24px;
border: none;
cursor: pointer;
display: inline-block;
height: 24px;
width: 24px;
&.contentbar-button-menu,
&.cw-ribbon-button-menu {
@include background-icon(table-of-contents, clickable, 24);
}
&.contentbar-button-zoom::before {
left: -5px;
position: relative;
top: -2px;
}
@-moz-document url-prefix() {
&.contentbar-button-zoom::before {
top: -3px;
}