web-apps/apps/common/main/resources/less/plugins.less
2016-05-18 14:41:30 +03:00

28 lines
465 B
Plaintext

#plugins-box {
position: relative;
width: 100%;
height: 100%;
#plugins-header {
position: absolute;
height: 20px;
left: 0;
top: 0;
font-weight: bold;
margin-top: 10px;
margin-left: 12px;
}
#plugins-list {
height: 100%;
overflow: hidden;
padding: 30px 0 10px 10px;
.item-plugins {
width: 40px;
height: 40px;
}
}
}