HUD + liste de talents
This commit is contained in:
@@ -790,6 +790,7 @@ ul, li {
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
min-width: 6rem;
|
||||
min-height: 1.2rem;
|
||||
flex-basis: auto;
|
||||
padding: 0;
|
||||
line-height: 1rem;
|
||||
@@ -896,6 +897,22 @@ ul, li {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.hud-adversite-container {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
color: white;
|
||||
width: 64px;
|
||||
min-height: 64px;
|
||||
}
|
||||
.hud-adversite-text {
|
||||
font-weight: bold;
|
||||
font-size:0.9rem;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -85%);
|
||||
}
|
||||
|
||||
.actor-icon {
|
||||
float: left;
|
||||
width: 48px;
|
||||
|
Reference in New Issue
Block a user