Files
2024-09-29 14:52:20 +03:00

63 lines
1.2 KiB
Plaintext

.container {
display: flex;
flex-direction: row;
height: 50px;
}
.player-image {
flex-grow: 1;
height: 50px;
max-width: 40px;
background-image: url('"project://database/Assets/Characters/pics/Sophie.png?fileID=2800000&guid=4999eb6bfdcacae48a7ed2020bd489d0&type=3#Sophie"');
}
.panel {
display: flex;
flex-grow: 2;
background-color: rgba(0, 0, 0, 0.75);
height: 25px;
justify-content: left;
flex-direction: row;
align-items: flex-start;
}
.top-elements-block {
flex: 1
display: flex;
align-items: flex-start;
justify-content: left;
flex-direction: row;
}
.stat-container {
margin-left: 10px;
display: flex;
align-items: center;
flex-direction: row;
align-self: center;
}
.progress-icon {
display: inline-block;
width: 25px;
height: 20px;
align-items: center;
align-self: center;
flex-direction: row;
}
.top-bar-label{
color: rgb(255, 255, 255);
align-self: center;
-unity-text-align: middle-left;
}
.justify-center{
justify-content: center;
align-self: center;
}
.justify-right{
justify-content: flex-end;
align-self: center;
}