mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
24 lines
312 B
SCSS
24 lines
312 B
SCSS
.nav-pills {
|
|
.nav-link {
|
|
border-radius: 0px;
|
|
}
|
|
}
|
|
|
|
.default-tab{
|
|
.nav-link{
|
|
background: transparent;
|
|
border-radius: 0px;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
.custom-tab-1{
|
|
.nav-link{
|
|
background: transparent;
|
|
border-radius: 0px;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
|