fix(css): brand-experiment is now brand-500
This commit is contained in:
parent
d3e8dfa724
commit
7fe79b629e
1 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.vcd-screen-picker-selected img {
|
.vcd-screen-picker-selected img {
|
||||||
border: 2px solid var(--brand-experiment);
|
border: 2px solid var(--brand-500);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.vcd-screen-picker-grid label:hover {
|
.vcd-screen-picker-grid label:hover {
|
||||||
outline: 2px solid var(--brand-experiment);
|
outline: 2px solid var(--brand-500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -101,8 +101,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.vcd-screen-picker-radio[data-checked="true"] {
|
.vcd-screen-picker-radio[data-checked="true"] {
|
||||||
background-color: var(--brand-experiment);
|
background-color: var(--brand-500);
|
||||||
border-color: var(--brand-experiment);
|
border-color: var(--brand-500);
|
||||||
}
|
}
|
||||||
|
|
||||||
.vcd-screen-picker-radio[data-checked="true"] h2 {
|
.vcd-screen-picker-radio[data-checked="true"] h2 {
|
||||||
|
|
Loading…
Reference in a new issue