Skip to content
Snippets Groups Projects
Verified Commit 9af8858a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated dependencies

parent 31aca835
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -43,7 +43,7 @@
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html {
background: #F2F2F2; }
......@@ -150,7 +150,7 @@ input[type="submit"] {
user-select: none;
min-width: 88px;
transition: background-size 500ms cubic-bezier(0.98, 0.005, 0.79, 1.005), background-color 500ms cubic-bezier(0.98, 0.005, 0.79, 1.005), color 500ms cubic-bezier(0.98, 0.005, 0.79, 1.005), box-shadow 300ms;
background: #0a70c0 radial-gradient(circle, #105a94 10%, transparent 10.001%, transparent) no-repeat center center;
background: #0a70c0 radial-gradient(circle, #105a94 10%, rgba(0, 0, 0, 0) 10.001%, rgba(0, 0, 0, 0)) no-repeat center center;
background-size: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
color: #fff;
......
......@@ -43,7 +43,7 @@
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
background: #F2F2F2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment