Post merge fix
This commit is contained in:
@@ -61,7 +61,7 @@ body {
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
max-width: 40%;
|
||||
margin:0 auto;
|
||||
margin: 0 auto;
|
||||
background-color: variables.$rundbgbackgroundcolor;
|
||||
padding-bottom: 96px;
|
||||
padding-left: 32px;
|
||||
@@ -80,8 +80,7 @@ body {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input, button, a {
|
||||
input, select, button {
|
||||
input, select, button, a {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 16px;
|
||||
@@ -104,6 +103,7 @@ body {
|
||||
text-align: center;
|
||||
border-style: dashed;
|
||||
}
|
||||
|
||||
&.login {
|
||||
margin-top: 96px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user