indentation of border for variant that are in not-created state
This commit is contained in:
@@ -298,6 +298,11 @@ button.umb-variant-switcher__toggle {
|
||||
border-bottom-color: @gray-10;
|
||||
}
|
||||
|
||||
.umb-variant-switcher__item.--state-notCreated:not(.--active) {
|
||||
.umb-variant-switcher__name-wrapper::after {
|
||||
left: 55px;// overwrite left to achieve same indention on the dashed border as language.
|
||||
}
|
||||
|
||||
.umb-variant-switcher__name-wrapper {
|
||||
|
||||
margin-left: 48px;
|
||||
@@ -317,5 +322,7 @@ button.umb-variant-switcher__toggle {
|
||||
.umb-variant-switcher__state {
|
||||
//flex: 0 0 200px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user