mStream/webapp/admin/index.css
2021-01-08 00:15:53 -05:00

22 lines
284 B
CSS

.collection-item {
display: flow-root;
}
.collection-item:hover {
background-color: #EEE;
cursor: pointer;
}
.collection-item svg {
float: left;
}
.collection-item div {
vertical-align: middle;
height: 32.4px;
float: left;
}
.pad-checkbox {
padding-bottom: 20px;
}