feat: added unit label
This commit is contained in:
parent
2cbd931e99
commit
37b300b8e9
2 changed files with 10 additions and 0 deletions
|
|
@ -123,6 +123,11 @@
|
|||
|
||||
{% if pageType == 'recipe' %}
|
||||
<style>
|
||||
.unit-label {
|
||||
font-size: var(--font-size-small);
|
||||
color: var(--color-text-muted);
|
||||
font-weight: var(--font-weight-medium);
|
||||
}
|
||||
.measurement-toggles {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue