feishin/src/renderer/styles/ag-grid.scss
Jeff 44a4b88809
Migrate to mantine v6 (#15)
* Add letter spacing to cell text

* Set window control height in px

* Add temp unused routes

* Migrate text title font weights

* Bump mantine to v6 alpha

* Migrate modals / notifications

* Increase header bar to 65px

* Adjust play button props

* Migrate various components

* Migrate various pages and root styles

* Adjust default badge padding

* Fix sidebar spacing

* Fix list header badges

* Adjust default theme
2023-01-28 20:46:07 -08:00

33 lines
658 B
SCSS

.ag-header-fixed {
position: fixed !important;
top: 65px;
z-index: 15;
background: var(--table-header-bg) !important;
margin: 0 -2rem;
padding: 0 2rem;
border-bottom: 1px solid var(--table-border-color);
box-shadow: 0 -1px 0 0 #181818;
transition: position 0.2s ease-in-out;
}
.ag-header-transparent {
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
}
.ag-header-fixed-margin {
margin-top: 43px !important;
}
.ag-header-cell-comp-wrapper {
margin: 0.5rem 0.5rem;
}
.ag-header-cell,
.ag-header-group-cell {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.ag-header-cell-resize {
background-color: transparent;
}