mirror of
https://github.com/bitwarden/directory-connector
synced 2026-03-02 11:11:09 +00:00
* update jest to v.30.2.0 * ng update 21 wip * update @angular/cdk@21 * NG 21 WIP * @ngtools-webpack@21 and jest-preset-angular@16 * updated jest, add babel & jest-enveironment-jsdom * add missing polyfils for TextEncoder & TextDecoder * cleanup lock file * tsconfig cleanup * fix import * cleanup * clean up
8 lines
116 B
SCSS
8 lines
116 B
SCSS
@import "bootstrap/scss/_variables.scss";
|
|
|
|
html.os_windows {
|
|
body {
|
|
border-top: 1px solid $gray-400;
|
|
}
|
|
}
|