Merge branch 'fix/login-invalid-width-on-mobile' into develop
This commit is contained in:
@@ -202,6 +202,10 @@ body {
|
||||
outline: 0px;
|
||||
}
|
||||
|
||||
input {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
#main {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@@ -3,7 +3,7 @@
|
||||
%base-text-input {
|
||||
$horizontal-padding: 1vw;
|
||||
|
||||
height: 100%;
|
||||
height: calc(100% - (2 * $border-normal-width));
|
||||
width: calc(100% - (2 * $horizontal-padding));
|
||||
|
||||
border: $border-normal;
|
||||
@@ -24,7 +24,9 @@
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
border: 0;
|
||||
border-radius: $border-radius;
|
||||
|
||||
font-size: 2vh;
|
||||
|
||||
|
Reference in New Issue
Block a user