diff --git a/src/app/pages/kind/kind.component.html b/src/app/pages/kind/kind.component.html index 70a5580e..826bacaa 100644 --- a/src/app/pages/kind/kind.component.html +++ b/src/app/pages/kind/kind.component.html @@ -1,4 +1,197 @@ -

page de démo

-

cette étape est en cours de développement.
S'inspirer de la page de FormContainer pour réaliser d'autres pages -

-C'est parfait! +

Atoms

+
+
+

Headings

+ +

Ceci est un h1

+

Ceci est un h2

+

Ceci est un h3

+
+ +
+

Links

+
+ +
+
+ +
+
+ +
+

Buttons

+ +

+
+
+
+ +

+ +

+
+
+
+ +

+ +
+ +
+

Forms element

+ +

Labels

+ + + +

Input text

+
+ + +

Input email

+
+ + +

Input password

+
+ + +

Input date

+
+ + +

Select

+ + +

Textarea

+ +
+ +
+

Paragraphs

+ +

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Magnam perspiciatis minus libero error dolores. + Corrupti repellat vero repellendus reiciendis assumenda minus. Nobis, quaerat ut nihil minima sed animi + delectus beatae!

+
+ +
+

Lists

+ +

Unordered list

+ + +

Ordered list

+
    +
  1. + plop +
  2. +
  3. + plop +
  4. +
  5. + plop +
  6. +
+
+ +
+

Images

+ +
+
+ +
+

Molecules

+ +
+

Label + input text

+ + +
+ +
+

Label + select

+ + +
+ +
+

Input text with info

+ like here +
+ +
+

Commentaries

+
+
+ +
+

Components

+ +
+

Images list

+ that +
+ +
+

Calendar

+
+ +
+

Modale

+
+ +
+

Way to vote

+ that +
+ +
+

Voted

+ that +
+ +
+

Graphics

+ that +
+
\ No newline at end of file diff --git a/src/app/pages/kind/kind.component.scss b/src/app/pages/kind/kind.component.scss index e69de29b..76e12fed 100644 --- a/src/app/pages/kind/kind.component.scss +++ b/src/app/pages/kind/kind.component.scss @@ -0,0 +1,22 @@ +@charset "UTF-8"; + +section { + &:not(:last-of-type) { + border-bottom: 6px solid #000; + } + + & + & { + margin-top: 3rem; + } +} + +article { + padding: 2rem 0; + border-top: 3px solid #ffb92c; + + h3 { + &:not(:first-of-type) { + margin-top: 2rem; + } + } +}