|
@@ -1,8 +1,10 @@
|
|
|
@use '~/styles/bootstrap/init' as bs;
|
|
@use '~/styles/bootstrap/init' as bs;
|
|
|
|
|
|
|
|
|
|
+$grw-tag-label-font-size: 12px;
|
|
|
|
|
+
|
|
|
.grw-tag-labels :global {
|
|
.grw-tag-labels :global {
|
|
|
.grw-tag-label {
|
|
.grw-tag-label {
|
|
|
- font-size: 12px;
|
|
|
|
|
|
|
+ font-size: $grw-tag-label-font-size;
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
border-radius: bs.$border-radius;
|
|
border-radius: bs.$border-radius;
|
|
|
}
|
|
}
|
|
@@ -11,5 +13,6 @@
|
|
|
|
|
|
|
|
.grw-tag-labels-skelton :global {
|
|
.grw-tag-labels-skelton :global {
|
|
|
width: 137px;
|
|
width: 137px;
|
|
|
- height: 21.99px;
|
|
|
|
|
|
|
+ height: calc(#{$grw-tag-label-font-size} + #{bs.$badge-padding-y} * 2);
|
|
|
|
|
+ font-size: $grw-tag-label-font-size; // set font-size to use the same em value in bs.$badge-padding-y(https://getbootstrap.jp/docs/5.0/components/badge/#variables)
|
|
|
}
|
|
}
|