refactor: move these to core from harmony

This commit is contained in:
Barış Soner Uşaklı
2023-01-28 19:42:47 -05:00
parent 06a852a980
commit 524c403122

View File

@@ -10,6 +10,10 @@
@include pointer;
}
.text-md { font-size: 1.125rem!important; } // 18px on harmony
.text-sm { font-size: 0.875rem!important; } // 14px on harmony
.text-xs { font-size: 0.75rem!important; } // 12px on harmony
.overscroll-behavior-contain {
overscroll-behavior: contain;
}