2020-10-09 14:00:51 +00:00
|
|
|
.popup {
|
|
|
|
border: 3px #3574fe solid;
|
|
|
|
border-radius: 18px;
|
|
|
|
height: 80%;
|
|
|
|
left: 20%;
|
|
|
|
opacity: 0.95;
|
|
|
|
position: absolute;
|
|
|
|
top: 10%;
|
|
|
|
width: 60%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2020-12-11 18:23:13 +00:00
|
|
|
.header{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2020-10-09 14:00:51 +00:00
|
|
|
cursor: move;
|
|
|
|
font-size: x-large;
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-top: 10px;
|
|
|
|
opacity: 1;
|
2020-12-11 18:23:13 +00:00
|
|
|
float: left;
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner {
|
|
|
|
width: 40%;
|
|
|
|
float: left;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-end;
|
2020-10-09 14:00:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|