cryptpad/customize.dist/src/less2/include/icons.less

43 lines
1.0 KiB
Plaintext
Raw Normal View History

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;
}
&.cp-icons-element-selected {
background-color: rgba(0,0,0,0.2);
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
}