mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
[CORL-263, CORL-225] Story Titles, Moderate Story, Mini Unit (#2294)
* feat: show story title + moderate this story link * feat: introduce mini unit * test: add tests for moderate story link * fix: snapshot * fix: lint / test * fix: unwanted margin
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
*/
|
||||
|
||||
:root {
|
||||
--spacing-unit: calc(1px * var(--spacing-unit-small));
|
||||
--mini-unit: calc(1px * var(--mini-unit-small));
|
||||
}
|
||||
|
||||
@media (min-width: $breakpoints-xs) {
|
||||
:root {
|
||||
--spacing-unit: calc(1px * var(--spacing-unit-large));
|
||||
--mini-unit: calc(1px * var(--mini-unit-large));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,8 +73,8 @@ const variables = {
|
||||
},
|
||||
},
|
||||
/* gitter and spacing */
|
||||
spacingUnitSmall: 5,
|
||||
spacingUnitLarge: 10,
|
||||
miniUnitSmall: 4,
|
||||
miniUnitLarge: 8,
|
||||
/* Borders */
|
||||
roundCorners: "2px",
|
||||
/* Typography */
|
||||
|
||||
Reference in New Issue
Block a user