You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
770 B
SCSS
50 lines
770 B
SCSS
10 years ago
|
.plugins {
|
||
|
padding-left: 0px;
|
||
|
|
||
|
li {
|
||
|
list-style-type: none;
|
||
|
background: rgba(64, 64, 64, 0.05);
|
||
|
padding: 1em;
|
||
|
margin-bottom: 5px;
|
||
|
border-left: 5px solid #08c;
|
||
10 years ago
|
margin-left: -40px;
|
||
10 years ago
|
|
||
|
h2 {
|
||
|
font-size: 16px;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
}
|
||
10 years ago
|
|
||
|
.plugin-list.ui-sortable {
|
||
|
li {
|
||
2 years ago
|
cursor: pointer;
|
||
4 years ago
|
|
||
|
.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 {
|
||
|
pointer-events: none;
|
||
2 years ago
|
color: $gray-300;
|
||
4 years ago
|
}
|
||
10 years ago
|
}
|
||
|
}
|
||
8 years ago
|
.controls .btn {
|
||
|
display: list-item;
|
||
2 years ago
|
width: 150px;
|
||
8 years ago
|
margin-bottom: 3px;
|
||
|
margin-left: 10px;
|
||
|
}
|
||
10 years ago
|
}
|