fix(core): update
This commit is contained in:
parent
e6e8ac9782
commit
6cff32cc36
@ -100,6 +100,7 @@ export class DeesStepper extends DeesElement {
|
|||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: ${cssManager.bdTheme('#ffffff', '#181818')};
|
background: ${cssManager.bdTheme('#ffffff', '#181818')};
|
||||||
|
border-top: 1px solid ${cssManager.bdTheme('#ffffff', '#181818')};
|
||||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
@ -109,6 +110,7 @@ export class DeesStepper extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.step.selected {
|
.step.selected {
|
||||||
|
border-top: 1px solid #e4002b;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
filter: opacity(1) grayscale(0);
|
filter: opacity(1) grayscale(0);
|
||||||
box-shadow: 0px 0px 5px #00000010;
|
box-shadow: 0px 0px 5px #00000010;
|
||||||
|
Loading…
Reference in New Issue
Block a user