scinote-web/app/assets/stylesheets/my_modules/shared/layout_overrides.css
wandji 1d051aeb0f
Fix CSS UI issues for shareable links task sharing [SCI-9080] (#6031)
* Fix css UI issues for shareable links task sharing [SCI-9080]
2023-08-21 16:07:38 +02:00

23 lines
433 B
CSS

.sci--layout-navigation-breadcrumbs {
background-color: var(--sn-white);
}
.sci--layout-content {
background-color: var(--sn-white);
}
.title-row {
background-color: var(--sn-white);
}
.header-actions {
background-color: var(--sn-white);
display: flex;
height: 3rem;
padding: 0 1.125rem;
align-items: center;
gap: 0.5rem;
align-self: stretch;
z-index: 205;
border-bottom: 1px solid var(--sn-light-grey);
}