Files
EdgeAdmin/web/views/@default/servers/create.less

31 lines
378 B
Plaintext
Raw Normal View History

2020-08-21 12:32:16 +08:00
.label em {
font-style: italic !important;
2023-03-21 16:56:45 +08:00
}
.checkboxes {
.checkbox {
float: left;
margin-bottom: 1em;
margin-right: 1em;
}
}
@media screen and (min-width: 1024px) {
.tables-box {
width: 1024px;
.table-box {
width: 48%;
float: left;
}
.table-box.right {
margin-left: 1em;
opacity: 0.3;
}
.table-box.right:hover {
opacity: 1.0;
}
}
2020-08-21 12:32:16 +08:00
}