30 lines
523 B
Plaintext
30 lines
523 B
Plaintext
#root-status {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#root-status > #background {
|
|
background-color: rgba(0, 0, 0, 0.48);
|
|
}
|
|
|
|
#root-status > #icon {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
}
|
|
|
|
#root-status > #time-remaining {
|
|
position: absolute;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
width: 100%;
|
|
-unity-text-align: upper-center;
|
|
-unity-font-style: bold;
|
|
}
|