vikunja/frontend/src/styles/theme
kolaente 5ea7853dd6 refactor(frontend): port pagination rules into BasePagination and drop Bulma import
The Bulma components/pagination partial is only used by BasePagination
and its two wrappers (Pagination.vue, PaginationEmit.vue); no other
component renders raw .pagination-* markup. Ports the rules we actually
use (base layout, item sizing, hover/focus/disabled states, is-current
styling, mobile/tablet breakpoints) into BasePagination's scoped styles,
using :deep() to reach slotted children. The theme override for
.pagination-link on .has-background containers moves into an unscoped
style block on the same component. Drops the now-unused @import.
2026-04-20 10:38:08 +00:00
..
_index.scss feat: add logical utils 2025-08-03 15:05:48 +02:00
background.scss refactor(frontend): port pagination rules into BasePagination and drop Bulma import 2026-04-20 10:38:08 +00:00
content.scss fix(rtl): content list spacing 2025-08-03 15:05:48 +02:00
flatpickr.scss feat: replace top with logical properties 2025-08-03 15:05:48 +02:00
form.scss fix(rtl): task add input layout 2025-08-03 15:05:48 +02:00
helpers.scss refactor(frontend): port is-pulled-right locally and drop Bulma float helper 2026-04-15 20:12:45 +00:00
link-share.scss chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
loading.scss feat: replace top with logical properties 2025-08-03 15:05:48 +02:00
logical-spacing.scss chore: remove bulma spacing utiltities 2025-08-03 15:05:48 +02:00
navigation.scss fix(menu): alignment of projects and subprojects in sidebar (#1974) 2025-12-15 15:35:56 +00:00
scrollbars.scss chore: move frontend files 2024-02-07 14:56:56 +01:00
theme.scss docs(frontend): document styles architecture and token system 2026-04-15 10:02:39 +00:00
typography.scss feat(frontend): balance heading text (#952) 2025-06-16 22:40:28 +02:00