[ui] icon size 115% of font size by default

feat/vaults
Tomáš Mládek 2022-01-09 13:02:37 +01:00
parent 3421523585
commit 052403bc05
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
3 changed files with 8 additions and 2 deletions

View File

@ -146,7 +146,7 @@
.icon { .icon {
display: inline-block; display: inline-block;
font-size: 1.5em; font-size: 1.25em;
margin-top: -0.3em; margin-top: -0.3em;
} }

View File

@ -15,3 +15,9 @@
</script> </script>
<i class="bx bx-{name}" /> <i class="bx bx-{name}" />
<style>
.bx {
font-size: 115%;
}
</style>

View File

@ -83,7 +83,7 @@ import IconButton from "../components/utils/IconButton.svelte";
padding: 1rem; padding: 1rem;
header { header {
font-size: 22px; font-size: 20px;
position: relative; position: relative;
min-height: 1em; min-height: 1em;