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:
@ -0,0 +1,89 @@
|
||||
// .quixnav-scroll{
|
||||
// .ps__rail-x:hover,
|
||||
// .ps__rail-y:hover,
|
||||
// .ps__rail-x:focus,
|
||||
// .ps__rail-y:focus,
|
||||
// .ps__rail-x.ps--clicking,
|
||||
// .ps__rail-y.ps--clicking {
|
||||
// background-color: #f00;
|
||||
// opacity: 0.9;
|
||||
// }
|
||||
// .ps__rail-y:hover > .ps__thumb-y,
|
||||
// .ps__rail-y:focus > .ps__thumb-y,
|
||||
// .ps__rail-y.ps--clicking .ps__thumb-y {
|
||||
// background-color: #f00;
|
||||
// width: 4px;
|
||||
// }
|
||||
// .ps__thumb-y {
|
||||
// background-color: #f00;
|
||||
// width: 4px;
|
||||
// }
|
||||
// }
|
||||
.ps__rail-x:hover,
|
||||
.ps__rail-y:hover,
|
||||
.ps__rail-x:focus,
|
||||
.ps__rail-y:focus,
|
||||
.ps__rail-x.ps--clicking,
|
||||
.ps__rail-y.ps--clicking {
|
||||
background-color: transparent;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.ps__rail-y:hover>.ps__thumb-y,
|
||||
.ps__rail-y:focus>.ps__thumb-y,
|
||||
.ps__rail-y.ps--clicking .ps__thumb-y {
|
||||
background-color: #DAE2F3;
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.ps__thumb-y {
|
||||
background-color: #DAE2F3;
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.total-average {
|
||||
position: relative;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.widget-chat {
|
||||
position: relative;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.widget-todo {
|
||||
position: relative;
|
||||
height: 210px;
|
||||
}
|
||||
|
||||
.widget-team {
|
||||
position: relative;
|
||||
height: 285px;
|
||||
}
|
||||
|
||||
.widget-timeline {
|
||||
position: relative;
|
||||
height: 290px;
|
||||
}
|
||||
|
||||
.widget-comments {
|
||||
position: relative;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.sidebar-right-inner {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.widget-team {
|
||||
.ps .ps__rail-x:hover,
|
||||
.ps .ps__rail-y:hover,
|
||||
.ps .ps__rail-x:focus,
|
||||
.ps .ps__rail-y:focus,
|
||||
.ps .ps__rail-x.ps--clicking,
|
||||
.ps .ps__rail-y.ps--clicking {
|
||||
background-color: transparent!important;
|
||||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user