mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[CL-349] Allow @apply styles to be used in CL css (#13414)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@import "~ngx-toastr/toastr";
|
||||
@import "./toast.tokens.css";
|
||||
@import "ngx-toastr/toastr";
|
||||
|
||||
/* Override all default styles from `ngx-toaster` */
|
||||
.toast-container .ngx-toastr {
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
@import "@angular/cdk/a11y-prebuilt.css";
|
||||
@import "./reset.css";
|
||||
@import "./popover/popover.component.css";
|
||||
@import "./toast/toast.tokens.css";
|
||||
@import "./toast/toastr.css";
|
||||
@import "./search/search.component.css";
|
||||
|
||||
:root {
|
||||
--color-transparent-hover: rgb(0 0 0 / 0.02);
|
||||
@@ -194,15 +199,6 @@
|
||||
--tw-ring-offset-color: #002b36;
|
||||
}
|
||||
|
||||
/** Used by CDK a11y services */
|
||||
@import "@angular/cdk/a11y-prebuilt.css";
|
||||
|
||||
@import "./popover/popover.component.css";
|
||||
@import "./search/search.component.css";
|
||||
|
||||
@import "./toast/toast.tokens.css";
|
||||
@import "./toast/toastr.css";
|
||||
|
||||
/**
|
||||
* tw-break-words does not work with table cells:
|
||||
* https://github.com/tailwindlabs/tailwindcss/issues/835
|
||||
|
||||
Reference in New Issue
Block a user