mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[PM-2237] Add tailwind to desktop & browser (#5326)
* Add tailwind to desktop * Add tailwind to browser * Toy around with using CL in desktop * Move custom css into the tailwind theme * Revert component experiment * Add components to browser tsconfig * Fix build
This commit is contained in:
|
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 573 B |
@@ -9,8 +9,8 @@ bit-search input[type="search"]::-webkit-search-cancel-button {
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
background-repeat: no-repeat;
|
||||
mask-image: url("./close-button-white.svg");
|
||||
-webkit-mask-image: url("./close-button-white.svg");
|
||||
mask-image: url("./close-button.svg");
|
||||
-webkit-mask-image: url("./close-button.svg");
|
||||
background-color: rgba(var(--color-text-muted));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user