mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
23
httpdocs/themes/focus2/scss/components/ui/_ui-tab.scss
Normal file
23
httpdocs/themes/focus2/scss/components/ui/_ui-tab.scss
Normal file
@ -0,0 +1,23 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user