adding tooltip with which class has conflicts

This commit is contained in:
Sriram Hariharan
2023-03-22 22:48:14 -05:00
parent 2ddfde2642
commit ad85c2b816
6 changed files with 71 additions and 11 deletions

View File

@@ -34,6 +34,10 @@
font-size: $x_small_size;
}
.xx_small_size {
font-size: $xx_small_size;
}
.small_size {
font-size: $small_size;
}