2022-07-12 22:04:20 +00:00
|
|
|
.preview-wrapper {
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2022-08-02 01:15:50 +00:00
|
|
|
max-width: 1200px;
|
|
|
|
max-height: 600px;
|
|
|
|
padding-top: 80px;
|
2022-07-12 22:04:20 +00:00
|
|
|
|
2022-08-02 01:15:50 +00:00
|
|
|
header {
|
2022-07-12 22:04:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2022-08-02 01:15:50 +00:00
|
|
|
top: 0;
|
2022-07-12 22:04:20 +00:00
|
|
|
z-index: 100;
|
2022-08-02 01:15:50 +00:00
|
|
|
min-height: 80px;
|
|
|
|
padding: 0rem 3rem;
|
2022-07-12 22:04:20 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
background: #11131f;
|
|
|
|
text-align: start;
|
2022-08-02 01:15:50 +00:00
|
|
|
font-size: 1.8em;
|
2022-07-12 22:04:20 +00:00
|
|
|
}
|
|
|
|
|
2022-08-02 01:15:50 +00:00
|
|
|
.header-brand {
|
2022-07-12 22:04:20 +00:00
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|