Prettier fixes
This commit is contained in:
@@ -249,7 +249,7 @@ body {
|
|||||||
.o-radio__input:checked {
|
.o-radio__input:checked {
|
||||||
/* override a CSS prop (background-image url on `[type="radio"]:checked`) set by default by tailwind
|
/* override a CSS prop (background-image url on `[type="radio"]:checked`) set by default by tailwind
|
||||||
that alter the oruga o-radio design */
|
that alter the oruga o-radio design */
|
||||||
background-image:none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
/* Checkbox */
|
/* Checkbox */
|
||||||
.o-checkbox__input:checked {
|
.o-checkbox__input:checked {
|
||||||
|
|||||||
@@ -29,20 +29,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
/* TODO Try to change the primary color but without success */
|
||||||
|
--oruga-primary: #1e7d97;
|
||||||
|
--oruga-variant-primary: #1e7d97;
|
||||||
|
|
||||||
/* TODO Try to change the primary color but without success */
|
/* So force change the primary color for each component */
|
||||||
--oruga-primary: #1e7d97;
|
--oruga-radio-active-background-color: #1e7d97;
|
||||||
--oruga-variant-primary: #1e7d97;
|
--oruga-switch-checked-background: #1e7d97;
|
||||||
|
|
||||||
/* So force change the primary color for each component */
|
/* We want transparent background for buttons
|
||||||
--oruga-radio-active-background-color: #1e7d97;
|
|
||||||
--oruga-switch-checked-background: #1e7d97;
|
|
||||||
|
|
||||||
/* We want transparent background for buttons
|
|
||||||
instead of oruga default primay color */
|
instead of oruga default primay color */
|
||||||
--oruga-checkbox-background-color: white;
|
--oruga-checkbox-background-color: white;
|
||||||
--oruga-checkbox-active-background-color: white;
|
--oruga-checkbox-active-background-color: white;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|||||||
Reference in New Issue
Block a user