css: Reorder app_components.scss so `.tab-switcher .ind-tab` are together.

This commit is contained in:
Vaibhav 2019-05-28 03:45:21 +05:30 committed by Tim Abbott
parent 5460c4fce5
commit 8ebc8602a5
1 changed files with 4 additions and 4 deletions

View File

@ -202,10 +202,6 @@
outline: none; outline: none;
} }
.new-style .tab-switcher.large .ind-tab {
width: 100%;
}
.new-style .tab-switcher .ind-tab:not(.selected) { .new-style .tab-switcher .ind-tab:not(.selected) {
border: 1px solid hsl(0, 0%, 80%); border: 1px solid hsl(0, 0%, 80%);
} }
@ -237,6 +233,10 @@
border-color: hsl(0, 0%, 87%); border-color: hsl(0, 0%, 87%);
} }
.new-style .tab-switcher.large .ind-tab {
width: 100%;
}
.informational-overlays .tab-switcher { .informational-overlays .tab-switcher {
display: flex; display: flex;