/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/bootstrap
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/bootstrap/_nav.scss (1086B)
.nav-tabs {
display: flex;
justify-content: space-between;
border-bottom: 0px;
.nav-link {
flex-grow: 1;
border-radius: 2px;
margin-bottom: 0px;
background-color: #f7f4f4;
margin: 0px 5px;
> a {
display: block;
text-align: center;
color: $dark;
font-weight: 600;
}
&:first-of-type {
margin-left: 0px;
}
&:last-of-type {
margin-right: 0px;
}
&.active {
background-color: $white;
border-color: $gray-200;
border-bottom-color: $white;
position: relative;
z-index: 1;
> a {
color: $dark;
}
}
}
}
.nav-tabs-content {
position: relative;
top: -1px;
background: $white;
border-right: 1px solid $gray-200;
border-left: 1px solid $gray-200;
border-bottom: 1px solid $gray-200;
border-top: 1px solid $gray-200;
border-radius: 0px 0px 4px 4px;
padding: 10px;
}