Fixed: Stylelint Issues

pull/6/head
Qstick 6 years ago
parent f7076c6c5b
commit ef6c93c784

@ -32,16 +32,16 @@
-->
<style>
.root {
height: 100%; /* needed for proper layout */
overflow: hidden;
height: 100%; /* needed for proper layout */
}
@media only screen and (max-width: 768px) {
.root {
display: flex;
flex-direction: column;
min-height: 100%;
height: auto;
min-height: 100%
}
}
</style>

@ -55,17 +55,17 @@
.panel-header {
display: flex;
justify-content: center;
background-color: #3a3f51;
padding: 10px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background-color: #3a3f51;
}
.panel-body {
background-color: #fff;
padding: 20px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding: 20px;
background-color: #fff;
}
.sign-in {
@ -95,31 +95,31 @@
.button {
overflow: hidden;
margin-top: 20px;
padding: 10px 0;
width: 100%;
border: 1px solid;
border-color: #216044;
border-radius: 4px;
background-color: #0b8750;
color: #fff;
vertical-align: middle;
text-align: center;
white-space: nowrap;
line-height: normal;
border-color: #216044;
background-color: #0b8750;
color: #fff;
width: 100%;
margin-top: 20px;
padding: 10px 0;
}
.button:hover {
text-decoration: none;
border-color: #3483e7;
background-color: #4b91ea;
color: #fff;
text-decoration: none;
}
.copy {
margin-top: 15px;
font-size: 14px;
text-align: center;
font-size: 14px;
}
.remember-me-container {
@ -134,9 +134,9 @@
.forgot-password {
margin-left: auto;
font-size: 13px;
color: #909fa7;
text-decoration: none;
font-size: 13px;
}
.forgot-password:focus,
@ -151,8 +151,8 @@
.login-failed {
margin-top: 20px;
font-size: 14px;
color: #f05050;
font-size: 14px;
}
.hidden {

Loading…
Cancel
Save