2018-03-17 18:26:18 +05:30
|
|
|
.gitlab-tabs {
|
|
|
|
background: $gray-light;
|
|
|
|
border: 1px solid $border-color;
|
2018-11-08 19:23:39 +05:30
|
|
|
flex-wrap: nowrap;
|
2018-03-17 18:26:18 +05:30
|
|
|
|
|
|
|
li {
|
|
|
|
width: 50%;
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
border-right: 1px solid $border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
2020-04-22 19:07:51 +05:30
|
|
|
background: $white;
|
2018-03-17 18:26:18 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gitlab-tab-content {
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
border-top: 0;
|
|
|
|
margin-bottom: $gl-padding;
|
|
|
|
|
|
|
|
.tab-pane {
|
|
|
|
padding: $gl-padding;
|
|
|
|
|
|
|
|
&.no-padding {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|