Skip to content

Commit

Permalink
force css rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezi committed Mar 30, 2024
1 parent f114318 commit 06cad8a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/aoWebWallet/wwwroot/css/app.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



.KodeMono {
font-family: "Kode Mono", monospace !important;
font-optical-sizing: auto;
Expand Down Expand Up @@ -195,15 +192,15 @@ button.mud-button-root.mud-icon-button.mud-ripple.mud-ripple-icon.copy-clipboard
display: block;
}

.mud-avatar.mud-avatar-medium {
width: 35px !important;
height: 35px !important;
}

.mud-avatar>.mud-image.aos-process {
width: 16px;
height: 16px;
object-fit: contain;
}

.mud-avatar.mud-avatar-medium {
width: 35px !important;
height: 35px !important;
}


0 comments on commit 06cad8a

Please sign in to comment.