Cleanup styling and gulp merge @media queries

This commit is contained in:
djmaze 2021-07-20 16:45:55 +02:00
parent d3d0180208
commit e13337e247
60 changed files with 699 additions and 731 deletions

View file

@ -0,0 +1,43 @@
.b-admin-packages {
.alert {
width: 650px;
}
.disabled table,
table .disabled {
opacity: 0.5;
}
}
.b-admin-packages-list-table {
width: 700px;
.package-img {
font-size: 12px;
margin-right: 2px;
}
.package-name.core {
font-weight: bold;
}
.package-desc {
color: #999;
font-size: 12px;
}
.package-release, .package-actions {
text-align: center;
}
.package-actions {
vertical-align: middle;
}
.package-configure, .package-active {
cursor: pointer;
margin-right: 1em;
}
}