linking update css

This commit is contained in:
argirok 2022-05-16 17:24:17 +03:00
parent fd632de294
commit e7f2543b7a
2 changed files with 7 additions and 2 deletions

View File

@ -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;
}

View File

@ -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);