Skip to content

Commit

Permalink
refactor wallets ui
Browse files Browse the repository at this point in the history
Normalize styling. Make responsive.

Purge most sans-light. Will do entire front end in a followup.
  • Loading branch information
buck54321 committed Jan 17, 2024
1 parent 1f59ceb commit a0b97fe
Show file tree
Hide file tree
Showing 13 changed files with 588 additions and 529 deletions.
7 changes: 7 additions & 0 deletions client/webserver/site/src/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ input:focus:not([type=checkbox]) {
align-items: center;
}

.flex-stretch-column {
display: flex;
flex-direction: column;
align-items: stretch;
}

@mixin fill-abs {
position: absolute;
top: 0;
Expand All @@ -228,6 +234,7 @@ input:focus:not([type=checkbox]) {
/* Works on Chrome/Edge/Safari */
&::-webkit-scrollbar {
width: 8px;
height: 8px;
}

&::-webkit-scrollbar-track {
Expand Down
2 changes: 1 addition & 1 deletion client/webserver/site/src/css/main_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body.dark {
}

.grey {
color: #777;
color: #888;
}

div.mainlinks > div,
Expand Down
Loading

0 comments on commit a0b97fe

Please sign in to comment.