mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Removed all instances of justify-items and replaced with flex solution (#343)
This commit is contained in:
parent
ef45cd71f8
commit
422f28c93c
4 changed files with 9 additions and 4 deletions
|
|
@ -215,7 +215,9 @@
|
|||
justify-content: center;
|
||||
|
||||
.status-number {
|
||||
justify-items: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
.status-value {
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -276,7 +276,9 @@
|
|||
}
|
||||
|
||||
.status-number {
|
||||
justify-items: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
&.armor-slots {
|
||||
width: 95px;
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@
|
|||
position: relative;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
justify-items: center;
|
||||
|
||||
.status-label {
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -60,7 +60,9 @@
|
|||
}
|
||||
|
||||
.status-number {
|
||||
justify-items: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
.status-value {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue