|
|
@ -2744,7 +2744,7 @@ body { |
|
|
|
.changeLevelItems { |
|
|
|
display: flex; |
|
|
|
background-color: #f8f8f8; |
|
|
|
width: calc(20% - 12px); |
|
|
|
width: 20%; |
|
|
|
min-width: 70px; |
|
|
|
max-width: 150px; |
|
|
|
justify-content: center; |
|
|
@ -3117,10 +3117,17 @@ body { |
|
|
|
} |
|
|
|
|
|
|
|
.changeLevelItems { |
|
|
|
flex: 0 0 calc(33% - 20px); |
|
|
|
flex: 0 0 calc(33% - 30px); |
|
|
|
/* margin-right: auto; */ |
|
|
|
font-size: 0.7rem; |
|
|
|
min-width: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
/* .changeLevelItems { |
|
|
|
|
|
|
|
|
|
|
|
} */ |
|
|
|
|
|
|
|
.changeLevelTitle { |
|
|
|
align-items: center; |
|
|
|
display: flex; |
|
|
@ -3147,10 +3154,7 @@ body { |
|
|
|
font-size: 0.5rem; |
|
|
|
} */ |
|
|
|
|
|
|
|
.changeLevelItems { |
|
|
|
font-size: 0.7rem; |
|
|
|
min-width: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.changeLevelItemToken { |
|
|
|
white-space: nowrap; |
|
|
|