26 lines
541 B
CSS
Raw Normal View History

2021-03-15 18:30:18 +01:00
/**
* Groups page tabs
*
* @author Pierre Hubert
*/
.group-page.tabs-container {
padding-top: 0px;
}
.group-page.tabs-container .nav-tabs-custom {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top: 1px solid #dddddd3d;
}
.group-page.tabs-container .nav-tabs-custom > .nav-tabs > li {
border-bottom-color: var(--primary-blue) !important;
}
.group-page.tabs-container .nav-tabs-custom > .nav-tabs > li.active {
border-bottom: 3px solid transparent;
2021-03-16 16:57:15 +01:00
border-top: 3px solid transparent;
2021-03-15 18:30:18 +01:00
}