mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
1d051aeb0f
* Fix css UI issues for shareable links task sharing [SCI-9080]
23 lines
433 B
CSS
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);
|
|
}
|