Improve /patron readability
This commit is contained in:
parent
cf63fd6b04
commit
3b3e0403d2
1 changed files with 9 additions and 11 deletions
|
@ -1,8 +1,6 @@
|
||||||
.patron
|
.patron
|
||||||
.container
|
.container
|
||||||
%h1 Patron
|
%h1 Formulaires
|
||||||
|
|
||||||
%h2 Formulaires
|
|
||||||
|
|
||||||
%form.form
|
%form.form
|
||||||
%label Nom
|
%label Nom
|
||||||
|
@ -13,7 +11,7 @@
|
||||||
%input{ type: "password", value: "12345678" }
|
%input{ type: "password", value: "12345678" }
|
||||||
%input.button{ type: "submit", value: "Envoyer" }
|
%input.button{ type: "submit", value: "Envoyer" }
|
||||||
|
|
||||||
%h2 Boutons
|
%h1 Boutons
|
||||||
|
|
||||||
%p
|
%p
|
||||||
= link_to ".button", "#", class: "button"
|
= link_to ".button", "#", class: "button"
|
||||||
|
@ -42,7 +40,7 @@
|
||||||
%p
|
%p
|
||||||
= link_to ".button.primary.expand", "#", class: "button primary expand"
|
= link_to ".button.primary.expand", "#", class: "button primary expand"
|
||||||
|
|
||||||
%h2 Onglets
|
%h1 Onglets
|
||||||
|
|
||||||
%ul.tabs
|
%ul.tabs
|
||||||
%li
|
%li
|
||||||
|
@ -52,11 +50,11 @@
|
||||||
%li
|
%li
|
||||||
= link_to "Onglet 3", "#"
|
= link_to "Onglet 3", "#"
|
||||||
|
|
||||||
%h2 Labels
|
%h1 Labels
|
||||||
|
|
||||||
%span.label .label
|
%span.label .label
|
||||||
|
|
||||||
%h2 Cards
|
%h1 Cards
|
||||||
|
|
||||||
.card
|
.card
|
||||||
.card-title
|
.card-title
|
||||||
|
@ -68,7 +66,7 @@
|
||||||
Titre de la carte mise en avant
|
Titre de la carte mise en avant
|
||||||
Et voici le contenu de la carte
|
Et voici le contenu de la carte
|
||||||
|
|
||||||
%h2 Table
|
%h1 Table
|
||||||
|
|
||||||
%table.table
|
%table.table
|
||||||
%tbody
|
%tbody
|
||||||
|
@ -84,7 +82,7 @@
|
||||||
%th Header 3
|
%th Header 3
|
||||||
%td Table Data 3
|
%td Table Data 3
|
||||||
|
|
||||||
%h2 Header
|
%h1 Header
|
||||||
.backoffice-header
|
.backoffice-header
|
||||||
.container
|
.container
|
||||||
Titre
|
Titre
|
||||||
|
@ -97,7 +95,7 @@
|
||||||
= link_to "Onglet 3", "#"
|
= link_to "Onglet 3", "#"
|
||||||
|
|
||||||
.container
|
.container
|
||||||
%h2 Breadcrumbs
|
%h1 Breadcrumbs
|
||||||
|
|
||||||
%ul.breadcrumbs
|
%ul.breadcrumbs
|
||||||
%li
|
%li
|
||||||
|
@ -106,7 +104,7 @@
|
||||||
= "Dossier n° 38"
|
= "Dossier n° 38"
|
||||||
|
|
||||||
|
|
||||||
%h2 Layout deux colonnes
|
%h1 Layout deux colonnes
|
||||||
|
|
||||||
.two-columns
|
.two-columns
|
||||||
.columns-container
|
.columns-container
|
||||||
|
|
Loading…
Reference in a new issue