adding tooltip with which class has conflicts
This commit is contained in:
@@ -23,6 +23,7 @@ $semi_bold_weight: 600;
|
||||
$bold_weight: 700;
|
||||
$black_weight: 900;
|
||||
|
||||
$xx_small_size: 4px;
|
||||
$x_small_size: 8px;
|
||||
$small_size: 12px;
|
||||
$medium_size: 16px;
|
||||
@@ -38,6 +39,7 @@ $xx_large_size: 48px;
|
||||
bold_weight: $bold_weight;
|
||||
black_weight: $black_weight;
|
||||
|
||||
xx_small_size: $xx_small_size;
|
||||
x_small_size: $x_small_size;
|
||||
small_size: $small_size;
|
||||
medium_size: $medium_size;
|
||||
|
||||
1
src/views/styles/fonts.module.scss.d.ts
vendored
1
src/views/styles/fonts.module.scss.d.ts
vendored
@@ -14,6 +14,7 @@ export interface IWeights {
|
||||
* the type for all the size scss variables exported from fonts.module.scss
|
||||
*/
|
||||
export interface ISizes {
|
||||
xx_small_size: number;
|
||||
x_small_size: number;
|
||||
small_size: number;
|
||||
medium_size: number;
|
||||
|
||||
Reference in New Issue
Block a user