mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 07:44:46 +08:00
25 lines
510 B
CSS
25 lines
510 B
CSS
.sci--layout-navigation-breadcrumbs {
|
|
background-color: var(--sn-white);
|
|
}
|
|
|
|
.sci--layout-content {
|
|
background-color: var(--sn-white);
|
|
|
|
.content-pane {
|
|
.title-row {
|
|
background-color: var(--sn-white);
|
|
}
|
|
|
|
.header-actions {
|
|
background-color: var(--sn-white);
|
|
display: flex;
|
|
height: 3rem;
|
|
padding: 0rem 1rem;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
align-self: stretch;
|
|
z-index: 205;
|
|
border-bottom: 1px solid var(--sn-light-grey);
|
|
}
|
|
}
|
|
}
|