Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
31
public/scss/components/uc/_uc-nestable.scss
Normal file
31
public/scss/components/uc/_uc-nestable.scss
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
|
||||
.nestable-cart {
|
||||
overflow: hidden;
|
||||
}
|
||||
.dd-handle {
|
||||
color: $white;
|
||||
background: var(--primary);
|
||||
border-radius: 0.3125rem;
|
||||
padding: 0.5rem 1rem;
|
||||
height:auto;
|
||||
border: 1px solid $border;
|
||||
cursor:all-scroll;
|
||||
}
|
||||
.dd-handle:hover {
|
||||
color: $white;
|
||||
background: var(--primary);
|
||||
}
|
||||
|
||||
.dd3-content:hover {
|
||||
color: $white;
|
||||
background: var(--primary);
|
||||
}
|
||||
.dd3-content {
|
||||
color: $white;
|
||||
}
|
||||
.dd-item>button{
|
||||
line-height:28px;
|
||||
color:$white;
|
||||
float: #{$dlab-pos-left};
|
||||
}
|
||||
Reference in New Issue
Block a user