File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed
src/lib/components/inventory Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,9 @@ export class ListItemModal extends FloatElement {
323
323
View Your Stall on CSFloat
324
324
</ a >
325
325
</ div >
326
- < button class ="close-modal-button " @click ="${ this . handleClose } "> Done</ button >
326
+ < button class ="base-button primary-button success-button " @click ="${ this . handleClose } ">
327
+ Done
328
+ </ button >
327
329
</ div >
328
330
</ div >
329
331
</ div >
Original file line number Diff line number Diff line change @@ -397,25 +397,13 @@ export const listItemModalStyles = [
397
397
text-decoration : none;
398
398
}
399
399
400
- .divider {
401
- border-top : 1px solid # 4b5f73 ;
402
- margin : 20px 0 ;
403
- }
404
-
405
- .close-modal-button {
400
+ .success-button {
406
401
width : 100% ;
407
- padding : 10px ;
408
- background : # 2a475e ;
409
- border : none;
410
- border-radius : 4px ;
411
- color : # ffffff ;
412
- font-size : 16px ;
413
- cursor : pointer;
414
- transition : background-color 0.2s ;
415
402
}
416
403
417
- .close-modal-button : hover {
418
- background : # 3d6c8d ;
404
+ .divider {
405
+ border-top : 1px solid # 4b5f73 ;
406
+ margin : 20px 0 ;
419
407
}
420
408
421
409
.tradable-warning {
You can’t perform that action at this time.
0 commit comments