mStream/webapp/admin/index.css
2021-01-11 11:49:13 -05:00

26 lines
310 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;
}
a {
cursor: pointer;
}