Files
atom/static/config.less

102 lines
1.7 KiB
Plaintext

#config-view {
height: 100%;
width: 100%;
background: white;
display: -webkit-flex;
#panel-menu {
background: #f3f3f3;
li {
width: 100px;
padding: 10px;
background: #ddd;
box-sizing: border-box;
cursor: pointer;
&.active {
background: #aaa;
}
}
}
#panels {
-webkit-flex: 1;
overflow-y: auto;
.pull-left {
float: left;
}
.pull-right {
float: right;
}
> div {
padding: 20px;
.section {
margin-bottom: 20px;
}
.list-wrapper {
width: 300px;
margin-right: 10px;
}
.list-header {
box-sizing: border-box;
background: #eee;
padding: 10px;
border: 1px solid #ccc;
}
li.ui-draggable-dragging, li.ui-sortable-helper {
width: 300px;
background: white;
border: 1px solid #eee;
padding: 10px;
}
ol {
box-sizing: border-box;
height: 400px;
overflow-y: auto;
border: 1px solid #ccc;
border-top-width: 0;
background: #fafafa;
li {
padding: 10px;
border-bottom: 1px solid #eee;
background: white;
input[type='checkbox'] {
margin-right: 10px;
}
.close-icon {
display: none;
}
}
}
#enabled-theme-list li:hover .close-icon {
display: inline-block;
cursor: pointer;
}
}
.row {
margin-bottom: 10px;
}
label {
display: inline-block;
width: 180px;
text-align: right;
margin-right: 5px;
}
}
}