snappymail/dev/Styles/Admin/Packages.less
djmaze 99c72ad9e6 Drop bootstrap .well and .pull-left
Reduce bootstrap .pull-right usage
2021-11-09 00:53:42 +01:00

43 lines
436 B
Plaintext

#V-Settings-Packages {
.alert {
width: 650px;
}
.disabled table,
table .disabled {
opacity: 0.5;
}
table {
width: 700px;
div:first-child {
display: flex;
}
}
.package-name {
flex-grow: 1;
}
.package-name.core {
font-weight: bold;
}
.package-desc {
font-size: 12px;
opacity: 0.7;
}
td + td {
text-align: center;
vertical-align: middle;
}
a {
cursor: pointer;
margin-right: 1em;
}
}