mempool/frontend/src/app/components/blockchain/blockchain.component.scss

50 lines
711 B
SCSS
Raw Normal View History

2019-07-21 17:59:47 +03:00
#divider {
width: 3px;
height: 200px;
2019-07-21 17:59:47 +03:00
left: 0;
top: -50px;
2019-07-21 17:59:47 +03:00
background-image: url('/assets/divider-new.png');
background-repeat: repeat-y;
position: absolute;
margin-bottom: 120px;
}
#divider > img {
position: absolute;
left: -100px;
top: -28px;
}
.blockchain-wrapper {
overflow: hidden;
height: 250px;
2019-07-21 17:59:47 +03:00
}
.position-container {
position: absolute;
left: 50%;
2020-02-24 03:42:29 +07:00
top: 75px;
2019-07-21 17:59:47 +03:00
}
2020-03-03 17:47:01 +07:00
/*
2019-07-21 17:59:47 +03:00
@media (min-width: 1920px) {
.position-container {
transform: scale(1.3);
}
}
2020-03-03 17:47:01 +07:00
*/
2019-07-21 17:59:47 +03:00
.black-background {
background-color: #11131f;
z-index: 100;
position: relative;
}
2020-02-17 20:39:20 +07:00
.loading-block {
position: absolute;
text-align: center;
margin: auto;
2020-02-23 19:16:50 +07:00
width: 300px;
left: -150px;
top: 0px;
2020-02-17 20:39:20 +07:00
}