mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix padding on rating component
This commit is contained in:
@@ -1,31 +1,36 @@
|
|||||||
.root.xs {
|
.root.xs {
|
||||||
--rating-size: var(--theme-font-size-xs) !important;
|
--rating-size: var(--theme-font-size-xs) !important;
|
||||||
|
|
||||||
padding: 0 var(--theme-spacing-xs);
|
padding-right: var(--theme-spacing-xs);
|
||||||
|
padding-left: var(--theme-spacing-xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
.root.sm {
|
.root.sm {
|
||||||
--rating-size: var(--theme-font-size-sm) !important;
|
--rating-size: var(--theme-font-size-sm) !important;
|
||||||
|
|
||||||
padding: 0 var(--theme-spacing-sm);
|
padding-right: var(--theme-spacing-sm);
|
||||||
|
padding-left: var(--theme-spacing-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
.root.md {
|
.root.md {
|
||||||
--rating-size: var(--theme-font-size-md) !important;
|
--rating-size: var(--theme-font-size-md) !important;
|
||||||
|
|
||||||
padding: 0 var(--theme-spacing-md);
|
padding-right: var(--theme-spacing-md);
|
||||||
|
padding-left: var(--theme-spacing-md);
|
||||||
}
|
}
|
||||||
|
|
||||||
.root.lg {
|
.root.lg {
|
||||||
--rating-size: var(--theme-font-size-lg) !important;
|
--rating-size: var(--theme-font-size-lg) !important;
|
||||||
|
|
||||||
padding: 0 var(--theme-spacing-md);
|
padding-right: var(--theme-spacing-md);
|
||||||
|
padding-left: var(--theme-spacing-md);
|
||||||
}
|
}
|
||||||
|
|
||||||
.root.xl {
|
.root.xl {
|
||||||
--rating-size: var(--theme-font-size-xl) !important;
|
--rating-size: var(--theme-font-size-xl) !important;
|
||||||
|
|
||||||
padding: 0 var(--theme-spacing-md);
|
padding-right: var(--theme-spacing-md);
|
||||||
|
padding-left: var(--theme-spacing-md);
|
||||||
}
|
}
|
||||||
|
|
||||||
.symbol-body {
|
.symbol-body {
|
||||||
|
|||||||
Reference in New Issue
Block a user