mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
.bg-brand-soft {
|
|
background-color: #e3ebed;
|
|
}
|
|
.bg-gradient-brand {
|
|
background-image: linear-gradient(to right, #2383ae, #6dd7b9);
|
|
}
|
|
|
|
.\!hidden {
|
|
display: none !important;
|
|
}
|