mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
Fixed: Stylelint Issues
This commit is contained in:
parent
f7076c6c5b
commit
ef6c93c784
2 changed files with 16 additions and 16 deletions
|
@ -32,16 +32,16 @@
|
||||||
-->
|
-->
|
||||||
<style>
|
<style>
|
||||||
.root {
|
.root {
|
||||||
height: 100%; /* needed for proper layout */
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
height: 100%; /* needed for proper layout */
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
.root {
|
.root {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
min-height: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 100%
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -55,17 +55,17 @@
|
||||||
.panel-header {
|
.panel-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #3a3f51;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-top-right-radius: 4px;
|
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
|
border-top-right-radius: 4px;
|
||||||
|
background-color: #3a3f51;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-body {
|
.panel-body {
|
||||||
background-color: #fff;
|
padding: 20px;
|
||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
padding: 20px;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sign-in {
|
.sign-in {
|
||||||
|
@ -95,31 +95,31 @@
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-top: 20px;
|
||||||
|
padding: 10px 0;
|
||||||
|
width: 100%;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
|
border-color: #216044;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
background-color: #0b8750;
|
||||||
|
color: #fff;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
border-color: #216044;
|
|
||||||
background-color: #0b8750;
|
|
||||||
color: #fff;
|
|
||||||
width: 100%;
|
|
||||||
margin-top: 20px;
|
|
||||||
padding: 10px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
text-decoration: none;
|
|
||||||
border-color: #3483e7;
|
border-color: #3483e7;
|
||||||
background-color: #4b91ea;
|
background-color: #4b91ea;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy {
|
.copy {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
font-size: 14px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.remember-me-container {
|
.remember-me-container {
|
||||||
|
@ -134,9 +134,9 @@
|
||||||
|
|
||||||
.forgot-password {
|
.forgot-password {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
font-size: 13px;
|
|
||||||
color: #909fa7;
|
color: #909fa7;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forgot-password:focus,
|
.forgot-password:focus,
|
||||||
|
@ -151,8 +151,8 @@
|
||||||
|
|
||||||
.login-failed {
|
.login-failed {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
font-size: 14px;
|
|
||||||
color: #f05050;
|
color: #f05050;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue