fixed indenting to match style
parent
396013c8fd
commit
6cf0697621
@ -1,79 +1,78 @@
|
|||||||
div.categories {
|
div.categories {
|
||||||
|
ul {
|
||||||
|
.no-select;
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
ul {
|
> li > ul > li {
|
||||||
.no-select;
|
margin-left: 4.5rem;
|
||||||
list-style-type: none;
|
}
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
> li > ul > li {
|
.row {
|
||||||
margin-left: 4.5rem;
|
margin-left: -15px;
|
||||||
}
|
margin-right: -15px;
|
||||||
|
border-bottom: 1px dashed #ddd;
|
||||||
|
padding-bottom: 12px;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.row {
|
.stats {
|
||||||
margin-left: -15px;
|
display: inline-block;
|
||||||
margin-right: -15px;
|
|
||||||
border-bottom: 1px dashed #ddd;
|
|
||||||
padding-bottom: 12px;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.stats {
|
li {
|
||||||
display: inline-block;
|
min-height: 0;
|
||||||
|
display: inline;
|
||||||
|
margin: 0 @acp-margin 0 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
min-height: 0;
|
min-height: @acp-line-height;
|
||||||
display: inline;
|
margin: @acp-base-line 0;
|
||||||
margin: 0 @acp-margin 0 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
&.placeholder {
|
||||||
min-height: @acp-line-height;
|
border: 1px dashed #2196F3;
|
||||||
margin: @acp-base-line 0;
|
background-color: #E1F5FE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.placeholder {
|
.disabled {
|
||||||
border: 1px dashed #2196F3;
|
|
||||||
background-color: #E1F5FE;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.disabled {
|
.icon, .header, .description {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
.icon, .header, .description {
|
.stats {
|
||||||
opacity: 0.5;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.stats {
|
.icon {
|
||||||
opacity: 0.3;
|
width: @acp-line-height;
|
||||||
}
|
height: @acp-line-height;
|
||||||
}
|
border-radius: 50%;
|
||||||
|
line-height: @acp-line-height;
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: bottom;
|
||||||
|
background-size: cover;
|
||||||
|
float: left;
|
||||||
|
margin-right: @acp-margin;
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.information {
|
||||||
width: @acp-line-height;
|
float: left;
|
||||||
height: @acp-line-height;
|
}
|
||||||
border-radius: 50%;
|
|
||||||
line-height: @acp-line-height;
|
|
||||||
text-align: center;
|
|
||||||
vertical-align: bottom;
|
|
||||||
background-size: cover;
|
|
||||||
float: left;
|
|
||||||
margin-right: @acp-margin;
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
|
|
||||||
.information {
|
.header {
|
||||||
float: left;
|
margin-top: 0;
|
||||||
}
|
margin-bottom: @acp-base-line;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.description {
|
||||||
margin-top: 0;
|
margin: 0;
|
||||||
margin-bottom: @acp-base-line;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.description {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue