openwebrx-clone/htdocs/css/login.css

24 lines
371 B
CSS
Raw Normal View History

2020-02-23 19:04:19 +00:00
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
.login {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 500px;
padding: 20px;
border-radius: 10px;
border: 1px solid #575757;
2020-02-23 19:13:36 +00:00
box-shadow: 0 0 20px #000;
2020-02-23 19:04:19 +00:00
}
.login .btn {
width: 100%;
}
.btn-login {
height: 50px;
}