init
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user