scinote-web/app/assets/stylesheets/shared/handson_table.scss

18 lines
345 B
SCSS
Raw Normal View History

2023-09-18 21:32:53 +08:00
.handsontable {
.ht__highlight {
background: var(--sn-light-grey) !important;
}
th {
background: var(--sn-super-light-grey) !important;
border-color: var(--sn-light-grey) !important;
}
td.area:before {
background: var(--sn-science-blue) !important;
}
td {
border-color: var(--sn-light-grey) !important;
}
}