linking update css
This commit is contained in:
parent
fd632de294
commit
e7f2543b7a
|
@ -39,3 +39,8 @@
|
|||
border:1px solid var(--linking-result-button-enabled-border);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.community-card .uk-icon-button{
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
|
|
|
@ -57,13 +57,13 @@
|
|||
color:var(--step-default-text);
|
||||
}
|
||||
.stepper .stepper-line {
|
||||
box-shadow: inset -3px -3px 6px rgba(100, 100, 100, 0.5);
|
||||
box-shadow: inset -3px -3px 6px rgba(255, 255, 255, 0.9), inset 3px 3px 6px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 6px;
|
||||
opacity: 1;
|
||||
width: 100%;
|
||||
}
|
||||
.stepper .stepper-line {
|
||||
box-shadow:inset -3px -3px 6px #FFFFFFE6;
|
||||
box-shadow:inset -3px -3px 6px rgba(255, 255, 255, 0.9), inset 3px 3px 6px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.stepper .stepper-line.active, .stepper .stepper-line.done {
|
||||
background-color: var(--step-done-background);
|
||||
|
|
Loading…
Reference in New Issue