minor cleanup: remove unused import, add font-tiny variable
This commit is contained in:
parent
5e5d9e93ec
commit
a2e0015a85
3 changed files with 6 additions and 3 deletions
|
|
@ -203,7 +203,6 @@
|
|||
bind:proficiencyFilters
|
||||
bind:genderFilters
|
||||
onFiltersChange={handleFiltersChange}
|
||||
layout="horizontal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -62,8 +62,12 @@
|
|||
<style lang="scss">
|
||||
@use '$src/themes/spacing' as *;
|
||||
@use '$src/themes/colors' as *;
|
||||
@use '$src/themes/layout' as *;
|
||||
|
||||
.header {
|
||||
background: var(--card-bg);
|
||||
border-radius: $card-corner;
|
||||
padding: $unit-2x;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: $unit-2x;
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ $medium: 500;
|
|||
$bold: 700;
|
||||
|
||||
// Font size (in rems based on 10px base = 62.5% of 16px)
|
||||
$font-tiny: 1.1rem; // 11px (1.1 × 10px)
|
||||
$font-small: 1.3rem; // 13px (1.3 × 10px)
|
||||
$font-tiny: 1.2rem; // 12px (1.2 × 10px)
|
||||
$font-small: 1.4rem; // 14px (1.4 × 10px)
|
||||
$font-button: 1.5rem; // 15px (1.5 × 10px)
|
||||
$font-name: 1.5rem; // 15px (1.5 × 10px)
|
||||
$font-regular: 1.6rem; // 16px (1.6 × 10px)
|
||||
|
|
|
|||
Loading…
Reference in a new issue