You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.1 KiB
66 lines
1.1 KiB
.popup {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
align-content: center;
|
|
justify-content: center;
|
|
|
|
background: rgba(49, 36, 36, 0.53);
|
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
|
backdrop-filter: blur(1.7px);
|
|
-webkit-backdrop-filter: blur(1.7px);
|
|
}
|
|
|
|
.popup-card {
|
|
border: 1px solid rgba(71, 71, 86, 0.72);
|
|
|
|
width: 50%;
|
|
height: 50%;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
overflow: hidden;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.popup-exports {
|
|
display: flex;
|
|
align-content: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
height: 100%;
|
|
background: rgba(49, 36, 36, 0.53);
|
|
backdrop-filter: blur(1.7px);
|
|
-webkit-backdrop-filter: blur(1.7px);
|
|
}
|
|
|
|
.popup-header {
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: white;
|
|
}
|
|
|
|
.export-card {
|
|
border-radius: 20px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: white;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
.export-card .json-logo {
|
|
width: 80% !important;
|
|
height: 80% !important;
|
|
}
|
|
|
|
.export-card .json-logo * {
|
|
fill: #f5992b;
|
|
}
|