1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Use font-variable instead of rem

This commit is contained in:
Jorik Schellekens
2020-04-14 16:45:21 +01:00
parent c921859067
commit 07853f48bb
2 changed files with 8 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ a.mx_Pill {
}
.mx_Pill {
padding: 0.3rem;
padding: $font-5px;
}
/* More specific to override `.markdown-body a` text-decoration */