pop50
This commit is contained in:
parent
74fc679614
commit
b890d7e39d
@ -403,29 +403,36 @@ body {
|
||||
}
|
||||
|
||||
#inventory-page {
|
||||
font-size: 16px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#inv-left,
|
||||
#inv-right {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background: none;
|
||||
border: none;
|
||||
|
||||
font-size: 20px;
|
||||
font-size: 24px;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
background: #6b4b2a;
|
||||
color: white;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
color: #5c3b20;
|
||||
}
|
||||
|
||||
#inv-left:hover,
|
||||
#inv-right:hover {
|
||||
background: #8b6a3c;
|
||||
color: #8b6a3c;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
#inventory-nav {
|
||||
@ -433,7 +440,7 @@ body {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
gap: 20px;
|
||||
gap: 15px;
|
||||
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user