From fdd8aa013f5dfe805512518c8f93f8ccbc880fe6 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 1 Aug 2017 09:23:51 +0200 Subject: [PATCH] ajout de .flex-row-reverse --- changelog.md | 1 + sass/_library/_layout.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 2c24fd4..9b7998e 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ - ajout des badges (tags), avec possibilités de variantes (primary, success, warning, etc.) - ajout des alertes, avec possibilités de variantes (primary, success, warning, etc.) - ajout d'un bouton de navigation .button-burger +- ajout des checkbox stylés - refonte des styles de formulaires - autogrid object en Grid Layout - regroupement des styles des tableaux diff --git a/sass/_library/_layout.scss b/sass/_library/_layout.scss index 6ff9088..911e00b 100644 --- a/sass/_library/_layout.scss +++ b/sass/_library/_layout.scss @@ -94,6 +94,10 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html flex-direction: row; } +.flex-row-reverse { + flex-direction: row-reverse; +} + .flex-container-v, .flex-column { flex-direction: column;