snappymail/dev/Styles/Admin/Packages.less

44 lines
459 B
Text
Raw Normal View History

#V-Settings-Packages {
.alert {
width: 650px;
}
.disabled table,
table .disabled {
opacity: 0.5;
}
table {
width: 700px;
div:first-child {
display: flex;
}
2021-04-23 03:56:01 +08:00
}
.package-name {
flex-grow: 1;
}
2021-04-23 03:56:01 +08:00
.package-name.core {
font-weight: bold;
}
.package-desc {
font-size: 12px;
opacity: 0.7;
2021-04-23 03:56:01 +08:00
}
td + td {
2021-04-23 03:56:01 +08:00
text-align: center;
vertical-align: middle;
2021-11-18 20:51:28 +08:00
white-space: nowrap;
}
a {
cursor: pointer;
margin-right: 1em;
}
}