Skip to content
Snippets Groups Projects
Commit 22e079c3 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated mobile UI

parent 3c86eeef
Branches
No related tags found
No related merge requests found
...@@ -9,11 +9,7 @@ body:last-child { ...@@ -9,11 +9,7 @@ body:last-child {
form { form {
background-color: #f7f7f7; background-color: #f7f7f7;
margin: 0 auto 25px; margin: 0 auto 25px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
width: 274px; width: 274px;
padding: 40px 40px; padding: 40px 40px;
...@@ -31,7 +27,6 @@ h1 { ...@@ -31,7 +27,6 @@ h1 {
h2 { h2 {
font-family: 'Open Sans', arial; font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555; color: #555;
font-size: 18px; font-size: 18px;
font-weight: 400; font-weight: 400;
...@@ -49,11 +44,7 @@ input[type=text], input[type=password] { ...@@ -49,11 +44,7 @@ input[type=text], input[type=password] {
background: #fff; background: #fff;
border: 1px solid #d9d9d9; border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px; border-radius: 1px;
font-size: 15px; font-size: 15px;
color: #404040; color: #404040;
...@@ -82,10 +73,6 @@ input[type=submit] { ...@@ -82,10 +73,6 @@ input[type=submit] {
color: #fff; color: #fff;
text-shadow: 0 1px rgba(0, 0, 0, 0.1); text-shadow: 0 1px rgba(0, 0, 0, 0.1);
background-color: #4d90fe; background-color: #4d90fe;
background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
background-image: linear-gradient(top, #4d90fe, #4787ed); background-image: linear-gradient(top, #4d90fe, #4787ed);
width: 100%; width: 100%;
display: block; display: block;
...@@ -93,4 +80,14 @@ input[type=submit] { ...@@ -93,4 +80,14 @@ input[type=submit] {
z-index: 1; z-index: 1;
position: relative; position: relative;
box-sizing: border-box; box-sizing: border-box;
}
@media (max-width: 800px) {
body :first-child {
margin-top: 1rem;
}
body:last-child {
margin-bottom: 1rem;
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment