mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-20 22:43:03 +02:00
32 lines
627 B
Stylus
Executable File
32 lines
627 B
Stylus
Executable File
.bx-wait-time-box {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
background-color: #000000cc;
|
|
color: #fff;
|
|
z-index: var(--bx-wait-time-box-z-index);
|
|
padding: 12px;
|
|
border-radius: 0 0 0 8px;
|
|
|
|
label {
|
|
display: block;
|
|
text-transform: uppercase;
|
|
text-align: right;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
}
|
|
|
|
span {
|
|
display: block;
|
|
font-family: var(--bx-monospaced-font);
|
|
text-align: right;
|
|
font-size: 16px;
|
|
margin-bottom: 10px;
|
|
|
|
&:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|