style: format code with prettier
This commit is contained in:
parent
c496f3b4dd
commit
68fe214dbd
@ -229,11 +229,7 @@
|
|||||||
|
|
||||||
/* Search */
|
/* Search */
|
||||||
div[class*="bg-gray-700"] {
|
div[class*="bg-gray-700"] {
|
||||||
background-color: if(
|
background-color: if(@lookup = latte, @base, @surface0) !important;
|
||||||
@lookup = latte,
|
|
||||||
@base,
|
|
||||||
@surface0
|
|
||||||
) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="text-gray-"],
|
[class*="text-gray-"],
|
||||||
@ -293,11 +289,7 @@
|
|||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
.btn-neutral {
|
.btn-neutral {
|
||||||
background-color: if(
|
background-color: if(@lookup = latte, @base, @surface1) !important;
|
||||||
@lookup = latte,
|
|
||||||
@base,
|
|
||||||
@surface1
|
|
||||||
) !important;
|
|
||||||
color: @text !important;
|
color: @text !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -342,11 +334,11 @@
|
|||||||
.dark .dark\:bg-gray-800 {
|
.dark .dark\:bg-gray-800 {
|
||||||
background-color: @surface0;
|
background-color: @surface0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .dark\:hover\:bg-gray-800:hover {
|
.dark .dark\:hover\:bg-gray-800:hover {
|
||||||
background-color: @surface1;
|
background-color: @surface1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radix-state-active\:bg-gray-800[data-state="active"] {
|
.radix-state-active\:bg-gray-800[data-state="active"] {
|
||||||
background-color: @surface0;
|
background-color: @surface0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user