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.
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
.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;
|
|
}
|
|
&.cp-icons-element-selected {
|
|
background-color: rgba(0,0,0,0.2);
|
|
color: #666;
|
|
}
|
|
.fa, .cptools {
|
|
display: block;
|
|
font-size: 64px;
|
|
margin: 18px 0;
|
|
text-align: center;
|
|
&.listonly {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|