Commit Graph

133 Commits

Author SHA1 Message Date
Kazhnuz Klappsthul c25ec4a4af chore: put dependencies into a subfolder 2021-07-30 10:34:22 +02:00
Kazhnuz Klappsthul ed53f047ec chore: put core styles into a subfolder 2021-07-30 10:31:27 +02:00
Kazhnuz Klappsthul 9252dc0f1d chore: reorder a bit the stylesheet 2021-07-30 10:24:45 +02:00
Kazhnuz Klappsthul 10d6949e37 chore: split and move definitions to a subdirectory 2021-07-30 10:23:23 +02:00
Kazhnuz Klappsthul 9dc13158af chore: remove style class from mixins 2021-07-30 09:59:44 +02:00
Kazhnuz Klappsthul 9fb8e5787f chore: make table a component 2021-07-30 09:54:33 +02:00
Kazhnuz Klappsthul 0e1428fd45 chore: move text-color to typography 2021-07-30 09:51:59 +02:00
Kazhnuz Klappsthul 04c0f11331 chore: separate mixins from definitions 2021-07-30 09:47:18 +02:00
Kazhnuz Klappsthul 7b882ecb6b chore: move theme color var definition in palette.scss 2021-07-30 09:37:08 +02:00
Kazhnuz Klappsthul 45a74a1591 improvement: remove spectre 2021-07-29 12:00:17 +02:00
Kazhnuz Klappsthul 662e821501 fix: use a more adapted baseline
The old one was quite wrong because of using the html size from spectre
2021-07-29 12:00:08 +02:00
Kazhnuz Klappsthul dfa93acf0e fix: better global styling 2021-07-29 11:59:43 +02:00
Kazhnuz Klappsthul 4656fd5e02 fix: fix cards 2021-07-29 11:59:25 +02:00
Kazhnuz Klappsthul ae66cfc5ce fix: use the same sizing on body and html 2021-07-29 11:59:09 +02:00
Kazhnuz Klappsthul 249bd2c039 feat: add normalization and a core scss 2021-07-29 11:58:44 +02:00
Kazhnuz Klappsthul 569332ce6e feat: make more customizable the header and footer color 2021-07-29 11:07:59 +02:00
Kazhnuz Klappsthul e006221a75 feat: make configurable the height of the previews 2021-07-28 20:52:23 +02:00
Kazhnuz Klappsthul 2f683aab82 style: remove card radius 2021-07-28 19:46:59 +02:00
Kazhnuz Klappsthul 2580d191ad feat: prepare breadcrumb 2021-07-28 19:45:35 +02:00
Kazhnuz Klappsthul a5f67de09b feat: more dark theme work 2021-07-28 19:17:16 +02:00
Kazhnuz Klappsthul 27e80667ff chore: prepare for dark theme 2021-07-28 18:49:56 +02:00
Kazhnuz Klappsthul 41a99c0729 fix: add the border radius to the cover 2021-07-28 18:25:09 +02:00
Kazhnuz Klappsthul c3018645a8 fix: make sure that transparent stuff can't have borders 2021-07-28 18:23:14 +02:00
Kazhnuz Klappsthul 67ab9029ed fix: overrides some functions from spectres 2021-07-28 18:11:08 +02:00
Kazhnuz Klappsthul 15d58223f3 chore: rename the common shape mixins 2021-07-28 18:05:39 +02:00
Kazhnuz Klappsthul 5a49b025e4 feat: separate button and card border radius 2021-07-28 17:57:21 +02:00
Kazhnuz Klappsthul 7b39f8ae02 feat: add a modifiable common header margin 2021-07-28 17:51:30 +02:00
Kazhnuz Klappsthul 8f2eb6d48c fix: right ordering for preview header css functions 2021-07-28 17:47:56 +02:00
Kazhnuz Klappsthul 23c2ad7e65 chore: use a more button-like approach for colorizing the card header 2021-07-28 17:45:24 +02:00
Kazhnuz Klappsthul 2e1b180e56 fix: fix card-header border-radius 2021-07-28 17:42:27 +02:00
Kazhnuz Klappsthul 600ee0b428 style: add border radius to cards 2021-07-28 17:36:15 +02:00
Kazhnuz Klappsthul 99d728cdca feat: support border-radius for cards 2021-07-28 17:36:04 +02:00
Kazhnuz Klappsthul 9ea824a06a improvement: make card header margin configurable 2021-07-28 17:01:11 +02:00
Kazhnuz Klappsthul fd05f06bf2 fix: fix previews 2021-07-28 17:00:52 +02:00
Kazhnuz Klappsthul dc9f6aedb0 feat: use margin to make card padding more flexible 2021-07-28 16:55:07 +02:00
Kazhnuz Klappsthul 72cb16d40a fix: better sup link style 2021-07-26 12:52:19 +02:00
Kazhnuz Klappsthul 49c2c035b6 fix: harmonize btn-readmore style 2021-07-26 12:50:51 +02:00
Kazhnuz Klappsthul 3ac690925d improvement: faster transition 2021-07-26 12:48:12 +02:00
Kazhnuz Klappsthul 1ced152bf7 fix: use button styling for menu elements 2021-07-26 12:47:15 +02:00
Kazhnuz Klappsthul 548e9b482b fix: remove background for link in titles 2021-07-26 09:14:51 +02:00
Kazhnuz Klappsthul 61e67c8b1f improvement: refactor buttons
Now buttons is divided into three mixins, the layout, the style and the 
hover
2021-07-26 09:10:43 +02:00
Kazhnuz Klappsthul 9c42bf8321 chore: load buttons before cards 2021-07-26 09:10:01 +02:00
Kazhnuz Klappsthul 520ea6aaee chore: separate colors and palette 2021-07-25 14:21:31 +02:00
Kazhnuz Klappsthul 059884df48 feat: add the chip/badge class 2021-07-25 14:18:44 +02:00
Kazhnuz Klappsthul 1159647c5b improvement: rework palette and colors 2021-07-25 14:12:29 +02:00
Kazhnuz Klappsthul 090b42ff1b chore: sync du scss 2021-07-24 16:59:42 +02:00
Kazhnuz Klappsthul 456d93d40d feat: ajout des tags
Fixes #6
2020-12-27 21:41:12 +01:00
Kazhnuz Klappsthul d37c2b0d17 feat: ajout feed rss
Fixes #7
2020-12-27 21:20:39 +01:00
Kazhnuz Klappsthul 1e1cee17a4 feat: ajout du support des romans
Fixes #3
2020-12-27 21:13:25 +01:00
Kazhnuz Klappsthul 95dc3b05fe improvement: amelioration des preview
Fixes #4
2020-12-27 19:17:18 +01:00