File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 22 position : absolute ;
33 left : 10px ;
44 top : 10px ;
5- width : 300 px ;
5+ width : 380 px ;
66 height : 500px ;
77 overflow : hidden ;
88 border-radius : 10px ;
99}
1010
1111.border {
1212 border-width : 10px ;
13- border-color : #c5a97b ;
13+ border-color : #adadad ;
1414 border-radius : 10px ;
1515 pointer-events : none ;
1616 width : 100% ;
2323 flex-grow : 1 ;
2424 max-height : 100% ;
2525 flex-direction : column ;
26- width : 310 px ;
26+ width : 390 px ;
2727}
2828
2929.items {
3030 flex-direction : row ;
3131 flex-wrap : wrap ;
3232 padding : 4px ;
33- background-color : #e4ceab ;
33+ background-color : #adadad ;
3434}
3535
3636.itemSlot {
3737 margin : 4px ;
3838 border-radius : 4px ;
3939 flex : 0 ;
40- width : 60px ;
41- height : 60px ;
42- background-color : #ada495 ;
40+ width : 80px ;
41+ padding : 5px ;
42+ height : 80px ;
43+ background-color : #cacaca ;
4344
4445 border-width : 2px ;
45- border-color : #8c816e ;
46+ border-color : #9c9c9c ;
47+ box-shadow : 1px 1px 5px 5px 5px black ;
4648
4749 & :hover {
48- background-color : #ccc5b9 ;
50+ background-color : #dddddd ;
4951 }
5052}
You can’t perform that action at this time.
0 commit comments