Skip to content

Instantly share code, notes, and snippets.

@peruihkxt
Created April 7, 2018 03:52
Show Gist options
  • Save peruihkxt/d37c8a945e17265d4e47bd3a9465c5a4 to your computer and use it in GitHub Desktop.
Save peruihkxt/d37c8a945e17265d4e47bd3a9465c5a4 to your computer and use it in GitHub Desktop.
header .company-logo {
max-width: initial !important;
}
a {
color: #992136;
}
.global-nav__item .tree a.current {
color: #992136;
}
.anchor-hover-color {
color: #992136 !important;
}
.tray.editor > .editor {
height: calc(100% - 100px) !important;
position: inherit;
}
.rightContent > .entries > .actions a.icon.refresh {
padding: 5px 10px 5px 10px;
height: 18px;
float: none;
}
.rightContent > .entries > .actions > li {
display: inline-block;
}
.tray.editor > .editor > .leftContent, .tray.editor > .editor > .rightContent {
height: calc(100% - 35px);
}
.tray .editor > .rightContent > .entries > ul.actions + div {
margin:unset;
}
.tray.editor .editor > .rightContent > .entries {
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment