mStream/webapp/admin/index.css
IrosTheBeggar 96748151c9 add logos
2021-01-12 19:59:16 -05:00

34 lines
388 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;
}
.logo-row {
max-width: 500px;
}
.logo-row-mstream {
max-width: 800px;
}