2020-02-10 00:52:25 +01:00
|
|
|
.loginContainer {
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 600px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loginForm {
|
|
|
|
padding: 25px;
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: #bbb;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loginForm input {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loginForm button, .loginForm div {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loginForm input[type="checkbox"] {
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
2020-04-02 21:19:06 +02:00
|
|
|
.main-header {
|
|
|
|
border-bottom: 1px solid #dee2e6;
|
2020-02-10 00:52:25 +01:00
|
|
|
}
|
|
|
|
|
2020-04-02 21:19:06 +02:00
|
|
|
.main-sidebar {
|
|
|
|
background-color: #343a40;
|
|
|
|
width: 250px;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 100vh;
|
|
|
|
z-index: 999;
|
|
|
|
color: #fff;
|
|
|
|
transition: all 0.3s;
|
2020-02-10 00:52:25 +01:00
|
|
|
}
|
|
|
|
|
2020-04-02 21:19:06 +02:00
|
|
|
.content-wrapper {
|
|
|
|
background: #f4f6f9;
|
2020-02-10 00:52:25 +01:00
|
|
|
}
|
|
|
|
|
2020-04-02 21:19:06 +02:00
|
|
|
.main-wrapper {
|
|
|
|
display: flex;
|
2020-02-10 00:52:25 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|