2017-06-14 14:42:09 +02:00
|
|
|
.patron
|
2017-07-06 14:14:16 +02:00
|
|
|
.container
|
2017-06-20 11:13:24 +02:00
|
|
|
%h1 Patron
|
2017-06-14 14:42:09 +02:00
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
%h2 Formulaires
|
2017-06-14 17:39:46 +02:00
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
%form.form
|
|
|
|
%label Nom
|
|
|
|
%input{ type: "text" }
|
|
|
|
%label Prénom
|
|
|
|
%input{ type: "text", placeholder: "ex : Ivan" }
|
|
|
|
%label Mot de passe
|
|
|
|
%input{ type: "password", value: "12345678" }
|
|
|
|
%input.button{ type: "submit", value: "Envoyer" }
|
2017-06-14 17:39:46 +02:00
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
%h2 Boutons
|
2017-06-14 14:42:09 +02:00
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
%p
|
|
|
|
= link_to ".button", "#", class: "button"
|
2017-06-14 14:42:09 +02:00
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
= link_to ".button.primary", "#", class: "button primary"
|
2017-06-14 14:42:09 +02:00
|
|
|
|
2017-06-26 11:40:28 +02:00
|
|
|
= link_to ".button.secondary", "#", class: "button secondary"
|
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
= link_to ".button.large", "#", class: "button large"
|
2017-06-14 14:42:09 +02:00
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
= link_to ".button.large.primary", "#", class: "button large primary"
|
2017-06-14 14:57:30 +02:00
|
|
|
|
2017-07-11 15:58:31 +02:00
|
|
|
%p
|
|
|
|
= link_to "#", class: "button" do
|
|
|
|
%i.follow
|
|
|
|
= "%i.follow"
|
|
|
|
= link_to "#", class: "button" do
|
|
|
|
%i.unfollow
|
|
|
|
= "%i.unfollow"
|
|
|
|
= link_to "#", class: "button" do
|
|
|
|
%i.archive
|
|
|
|
= "%i.archive"
|
|
|
|
= link_to "#", class: "button" do
|
|
|
|
%i.unarchive
|
|
|
|
= "%i.unarchive"
|
2017-06-20 11:13:24 +02:00
|
|
|
%p
|
|
|
|
= link_to ".button.primary.expand", "#", class: "button primary expand"
|
|
|
|
|
2017-06-29 17:43:20 +02:00
|
|
|
%h2 Onglets
|
|
|
|
|
|
|
|
%ul.tabs
|
|
|
|
%li
|
|
|
|
= link_to "Onglet 1", "#", class: "selected"
|
|
|
|
%li
|
|
|
|
= link_to "Onglet 2", "#"
|
|
|
|
%li
|
|
|
|
= link_to "Onglet 3", "#"
|
|
|
|
|
2017-07-03 16:29:29 +02:00
|
|
|
%h2 Labels
|
|
|
|
|
|
|
|
%span.label .label
|
|
|
|
|
2017-07-06 15:49:29 +02:00
|
|
|
%h2 Cards
|
|
|
|
|
|
|
|
.card
|
|
|
|
.card-title
|
|
|
|
Titre de la carte
|
|
|
|
Et voici le contenu de la carte
|
|
|
|
|
|
|
|
.card.featured
|
|
|
|
.card-title
|
|
|
|
Titre de la carte mise en avant
|
|
|
|
Et voici le contenu de la carte
|
|
|
|
|
2017-07-06 16:25:51 +02:00
|
|
|
%h2 Table
|
|
|
|
|
|
|
|
%table.table
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th Header 1
|
|
|
|
%td Table Data 1
|
|
|
|
%tr
|
|
|
|
%th Header 2
|
|
|
|
%td Table Data 2
|
2017-07-11 16:50:29 +02:00
|
|
|
%tr
|
|
|
|
%th.header-section{ colspan: 2 } Header section
|
2017-07-06 16:25:51 +02:00
|
|
|
%tr
|
|
|
|
%th Header 3
|
|
|
|
%td Table Data 3
|
|
|
|
|
2017-07-18 15:03:04 +02:00
|
|
|
%h2 Header
|
|
|
|
.backoffice-header
|
|
|
|
.container
|
|
|
|
Titre
|
|
|
|
%ul.tabs
|
|
|
|
%li
|
|
|
|
= link_to "Onglet 1", "#", class: "selected"
|
|
|
|
%li
|
|
|
|
= link_to "Onglet 2", "#"
|
|
|
|
%li
|
|
|
|
= link_to "Onglet 3", "#"
|
|
|
|
|
|
|
|
.container
|
2017-06-20 11:13:24 +02:00
|
|
|
%h2 Layout deux colonnes
|
|
|
|
|
|
|
|
.two-columns
|
|
|
|
.columns-container
|
|
|
|
.column
|
|
|
|
Insérer ici le contenu de la colonne 1
|
|
|
|
.column
|
|
|
|
Insérer ici le contenu de la colonne 2
|