mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 07:04:22 +00:00
16 lines
229 B
CSS
16 lines
229 B
CSS
|
.positive {
|
||
|
color: var(--positive);
|
||
|
}
|
||
|
|
||
|
.negative {
|
||
|
color: var(--negative);
|
||
|
}
|
||
|
|
||
|
input.positive, button.positive {
|
||
|
border-color: var(--positive);
|
||
|
}
|
||
|
|
||
|
input.negative, button.negative {
|
||
|
border-color: var(--negative);
|
||
|
}
|