Merge pull request #89 from 6102bitcoin/master

Remove shadow on Block-Height value
This commit is contained in:
wiz 2020-07-01 02:21:18 +09:00 committed by GitHub
commit f1a1039dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,12 +56,11 @@
bottom: 160px; bottom: 160px;
width: 100%; width: 100%;
left: -12px; left: -12px;
text-shadow: 0px 32px 3px #111;
z-index: 1; z-index: 1;
} }
.bitcoin-block::after { .bitcoin-block::after {
content: ''; content: '';
width: 125px; width: 125px;
height: 24px; height: 24px;
position:absolute; position:absolute;
@ -69,7 +68,7 @@
left: -20px; left: -20px;
background-color: #232838; background-color: #232838;
transform:skew(40deg); transform:skew(40deg);
transform-origin:top; transform-origin:top;
} }
.bitcoin-block::before { .bitcoin-block::before {
@ -79,10 +78,10 @@
position: absolute; position: absolute;
top: -12px; top: -12px;
left: -20px; left: -20px;
background-color: #191c27; background-color: #191c27;
transform: skewY(50deg); transform: skewY(50deg);
transform-origin: top; transform-origin: top;
} }
.black-background { .black-background {
@ -95,8 +94,8 @@
position: relative; position: relative;
left: 30px; left: 30px;
top: 140px; top: 140px;
width: 0; width: 0;
height: 0; height: 0;
border-left: 35px solid transparent; border-left: 35px solid transparent;
border-right: 35px solid transparent; border-right: 35px solid transparent;
border-bottom: 35px solid #FFF; border-bottom: 35px solid #FFF;