Browse Source

ui modifications for battle screen

main
Stephanie Gredell 4 months ago
parent
commit
a464d79c6f
  1. 10
      style.css

10
style.css

@ -201,8 +201,8 @@ h3 {
position: fixed; position: fixed;
bottom: 20px; bottom: 20px;
left: 20px; left: 20px;
width: 500px; width: 400px;
height: 200px; height: 250px;
background: linear-gradient(135deg, rgba(42, 42, 58, 0.4) 0%, rgba(26, 26, 42, 0.4) 100%); background: linear-gradient(135deg, rgba(42, 42, 58, 0.4) 0%, rgba(26, 26, 42, 0.4) 100%);
border: 2px solid #3a3a4a; border: 2px solid #3a3a4a;
border-radius: 8px; border-radius: 8px;
@ -563,7 +563,7 @@ h3 {
.enemy-battle-zone { .enemy-battle-zone {
position: absolute; position: absolute;
top: 490px; top: 390px;
right: 80px; right: 80px;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
@ -574,7 +574,7 @@ h3 {
.player-battle-zone { .player-battle-zone {
position: absolute; position: absolute;
top: 490px; top: 390px;
left: 80px; left: 80px;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
@ -1524,7 +1524,7 @@ h3 {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: flex-end; align-items: flex-end;
padding: 0; margin-left: 160px;
min-height: 200px; min-height: 200px;
position: relative; position: relative;
overflow: visible; overflow: visible;

Loading…
Cancel
Save