Install-css: Add adjust box-shadow

This commit is contained in:
Rob Garrison 2017-12-01 16:17:44 -06:00
parent a7f4ec2f62
commit 422912a9fd

View File

@ -119,7 +119,7 @@ h1 small {
background: linear-gradient(#666, #555); background: linear-gradient(#666, #555);
color: white; color: white;
border-radius: 4px; border-radius: 4px;
padding: 6px 35px 6px 8px; padding: 4px 38px 4px 10px;
position: relative; position: relative;
display: inline-block; display: inline-block;
text-shadow: 1px 1px 1px #333; text-shadow: 1px 1px 1px #333;
@ -128,7 +128,7 @@ h1 small {
border-style: none; border-style: none;
margin-bottom: 1ex; margin-bottom: 1ex;
cursor: pointer; cursor: pointer;
box-shadow: .5px .5px 5px rgba(0, 0, 0, .3); box-shadow: inset 0 -1px 0 0 hsl(0, 0%, 24%), inset 0 1px 0 0 hsl(0, 0%, 30%), inset 1px 0 0 0 hsl(0, 0%, 24%);
} }
.install:before, .install:before,
@ -145,8 +145,8 @@ h1 small {
} }
.install:before { .install:before {
background-image: linear-gradient(#0bb, #0aa); background-image: linear-gradient(hsl(176, 44%, 40%), hsl(176, 50%, 35%));
border-left: 1px solid rgba(128, 128, 128, .4); box-shadow: inset 0 -1px 0 0 hsl(0, 0%, 24%), inset 0 1px 0 0 hsl(0, 0%, 30%), inset 1px 0 0 0 rgba(0, 0, 0, .3), inset -1px 0 0 0 hsl(0, 0%, 38%);
padding: 5px 8px; padding: 5px 8px;
} }