Compare commits
No commits in common. "dfb2a4a78130a75b3ac3be68d52016b847209a90" and "651310446d88d1430e518b11e611af041baef6f1" have entirely different histories.
dfb2a4a781
...
651310446d
2 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,6 @@
|
|||
align-items: center;
|
||||
border-bottom: 0;
|
||||
margin: 0;
|
||||
container-type: inline-size;
|
||||
}
|
||||
|
||||
&__name-input[type="text"] {
|
||||
|
@ -50,7 +49,7 @@
|
|||
background-color: transparent;
|
||||
border: none;
|
||||
flex: 1;
|
||||
font-size: clamp(0.75em, 8cqi, 1.25em);
|
||||
font-size: 1.25em;
|
||||
height: auto;
|
||||
|
||||
// Use lighter font weight for better readability
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
&__name {
|
||||
border: none;
|
||||
margin: 0;
|
||||
container-type: inline-size;
|
||||
}
|
||||
|
||||
&__name-label {
|
||||
|
@ -44,10 +43,12 @@
|
|||
@include mixins.font-heading-upper;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-size: clamp(0.75em, 8cqi, 1.25em);
|
||||
font-size: 1.25em;
|
||||
height: auto;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
// Use lighter font weight for better readability
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue