style: Helper text spacings

This commit is contained in:
Lucas Larroche 2022-12-29 17:55:16 +07:00
parent e9bdaf6745
commit f456cfbf33

View file

@ -366,7 +366,7 @@
+ small { + small {
display: block; display: block;
width: 100%; width: 100%;
margin-top: calc(var(#{$}spacing) * -0.75); margin-top: calc(var(#{$}spacing) * -0.625);
margin-bottom: var(#{$}spacing); margin-bottom: var(#{$}spacing);
color: var(#{$}muted-color); color: var(#{$}muted-color);
} }