indentation of border for variant that are in not-created state

This commit is contained in:
Niels Lyngsø
2020-02-07 13:38:01 +01:00
parent 60b46e4968
commit aed0a09ea3

View File

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