fix order plugins
parent
3e8bcdc6b8
commit
e0f25b3633
@ -1,30 +1,13 @@
|
|||||||
.plugins {
|
.plugins {
|
||||||
.plugin-list.ui-sortable {
|
.plugin-list.ui-sortable {
|
||||||
li {
|
li {
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
.fa-chevron-up {
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fa-chevron-up, .fa-chevron-down {
|
|
||||||
border: 1px solid;
|
|
||||||
border-radius: 50%;
|
|
||||||
padding: 3px;
|
|
||||||
vertical-align: 1px;
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:first-child .fa-chevron-up, &:last-child .fa-chevron-down {
|
&:first-child .fa-chevron-up, &:last-child .fa-chevron-down {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
color: $gray-300;
|
color: $gray-300;
|
||||||
}
|
}
|
||||||
|
&:last-child {
|
||||||
|
border-bottom: none!important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.controls .btn {
|
|
||||||
display: list-item;
|
|
||||||
width: 150px;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue