22 lines
375 B
Plaintext
22 lines
375 B
Plaintext
#root-level-up {
|
|
width: 100%;
|
|
height: 100%;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
background-color: rgba(255, 255, 255, 0.08);
|
|
}
|
|
|
|
#root-level-up > #close {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
#root-level-up > #options {
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
width: 100%;
|
|
}
|