Refactor app in to its own slice
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* app/assets/builds/app.css */
|
||||
/* slices/main/assets/builds/app.css */
|
||||
*,
|
||||
::before,
|
||||
::after {
|
||||
@@ -4097,10 +4097,6 @@ video {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(217 119 6 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-blue-100 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(219 234 254 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-blue-200 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(191 219 254 / var(--tw-text-opacity));
|
||||
@@ -4279,10 +4275,6 @@ video {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(17 24 39 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-green-100 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(220 252 231 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-green-400 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(74 222 128 / var(--tw-text-opacity));
|
||||
@@ -4421,10 +4413,6 @@ video {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(49 46 129 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-orange-100 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 237 213 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-orange-400 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(251 146 60 / var(--tw-text-opacity));
|
||||
|
Reference in New Issue
Block a user