2018-01-12 08:48:40 +00:00
|
|
|
.icons_main() {
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 10px 10px;
|
|
|
|
width: 140px;
|
|
|
|
height: 140px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: top;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
|
|
|
.cp-icons-name {
|
|
|
|
width: 100%;
|
|
|
|
height: 24px;
|
|
|
|
margin: 0;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 14px;
|
|
|
|
//align-items: center;
|
|
|
|
//justify-content: center;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2018-02-28 15:38:28 +00:00
|
|
|
&.cp-icons-element-selected {
|
2018-04-16 14:01:13 +00:00
|
|
|
background-color: rgba(0,0,0,0.2);
|
2018-02-28 15:38:28 +00:00
|
|
|
color: #666;
|
|
|
|
}
|
2018-11-05 11:02:27 +00:00
|
|
|
.fa, .cptools {
|
2018-01-12 08:48:40 +00:00
|
|
|
display: block;
|
|
|
|
font-size: 64px;
|
|
|
|
margin: 18px 0;
|
|
|
|
text-align: center;
|
|
|
|
&.listonly {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-07-18 12:31:01 +00:00
|
|
|
}
|
|
|
|
|