fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
16 lines
398 B
CSS
16 lines
398 B
CSS
.wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.description {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--Space-x05);
|
|
margin-top: var(--Space-x1);
|
|
font-size: var(--Body-Supporting-text-Size);
|
|
font-family: var(--Body-Supporting-text-Font-family, "Fira Sans");
|
|
font-style: normal;
|
|
font-weight: var(--Body-Supporting-text-Font-weight);
|
|
letter-spacing: var(--Body-Supporting-text-Letter-spacing);
|
|
}
|