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:
37
httpdocs/themes/focus2/scss/components/uc/_uc-nestable.scss
Normal file
37
httpdocs/themes/focus2/scss/components/uc/_uc-nestable.scss
Normal file
@ -0,0 +1,37 @@
|
||||
// Variable.scss
|
||||
|
||||
.nestable-cart {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
// .dd-item > button {
|
||||
// height: 2.1rem;
|
||||
// }
|
||||
.dd-handle {
|
||||
color: $white;
|
||||
background: $primary;
|
||||
border-radius: 0;
|
||||
border: 1px solid $border;
|
||||
}
|
||||
.dd-handle:hover {
|
||||
color: $white;
|
||||
background: $primary;
|
||||
}
|
||||
// #nestable2 .dd-handle {
|
||||
// color: $white;
|
||||
// border: 1px solid $border;
|
||||
// background: $primary;
|
||||
// }
|
||||
// #nestable2 .dd-handle:hover {
|
||||
// background: $primary;
|
||||
// }
|
||||
// #nestable2 .dd-item>button:before {
|
||||
// color: $white;
|
||||
// }
|
||||
.dd3-content:hover {
|
||||
color: $white;
|
||||
background: $primary;
|
||||
}
|
||||
.dd3-content {
|
||||
color: $white;
|
||||
}
|
||||
Reference in New Issue
Block a user