34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
#pause-menu-root {
|
|
height: 100%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, 0.14);
|
|
}
|
|
|
|
.background {
|
|
background-image: url("project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/White_gold_Skin/UI_elements_W/Login_bar.png?fileID=2800000&guid=9e73dfeeb2b076a45b9f4f939bc1cd58&type=3#Login_bar");
|
|
padding-top: 20px;
|
|
padding-right: 80px;
|
|
padding-bottom: 20px;
|
|
padding-left: 80px;
|
|
align-items: center;
|
|
}
|
|
|
|
.pause-menu-button {
|
|
width: 300px;
|
|
height: 60px;
|
|
font-size: 24px;
|
|
-unity-font-style: bold;
|
|
background-image: url("project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/Classic_Skin/Buttons_C/Button_longer.png?fileID=2800000&guid=ffd030649606bc34d8171bad77a1cc86&type=3#Button_longer");
|
|
-unity-background-scale-mode: stretch-to-fill;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
color: rgb(255, 255, 255);
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
border-top-width: 0;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
border-left-width: 0;
|
|
}
|