mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Cleanup styling and gulp merge @media queries
This commit is contained in:
parent
d3d0180208
commit
e13337e247
60 changed files with 699 additions and 731 deletions
43
dev/Styles/Admin/Packages.less
Normal file
43
dev/Styles/Admin/Packages.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue