mirror of
https://github.com/mempool/mempool.git
synced 2025-03-01 01:00:00 +01:00
36 lines
601 B
SCSS
36 lines
601 B
SCSS
|
.preview-wrapper {
|
||
|
position: relative;
|
||
|
display: block;
|
||
|
margin: auto;
|
||
|
max-width: 1024px;
|
||
|
max-height: 512px;
|
||
|
padding-bottom: 64px;
|
||
|
|
||
|
footer {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
z-index: 100;
|
||
|
min-height: 64px;
|
||
|
padding: 0rem 2rem;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
background: #11131f;
|
||
|
text-align: start;
|
||
|
}
|
||
|
|
||
|
.footer-brand {
|
||
|
width: 60%;
|
||
|
}
|
||
|
|
||
|
.network {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: flex-start;
|
||
|
align-items: center;
|
||
|
}
|
||
|
}
|