1
0
This repository has been archived on 2024-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
fist-attemp-bds-Maneger/page/assents/Config.css

32 lines
514 B
CSS

input, select {
border-radius: 7px;
}
.ConfigRoot {
margin-top: 10vh;
margin-left: 4vw;
margin-right: 4vw;
margin-top: 10vh;
}
.Server_Settings {
text-align: left;
}
.Server_Download {
text-align: right;
}
.ServerConfigHead {
margin-top: 10vh;
text-align: center;
margin-top: 10vh;
border-top: var(--bg-primary) 7px;
border-top-style: groove;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.BoxResize {
transition: all 1s, easy 0.1s;
}