From d318fa2426f54277687593b280014793d98446d5 Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Fri, 20 Oct 2017 17:23:53 +0100 Subject: [PATCH 1/2] Aligne les boutons de la constructions du budget MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alignement vers le bas pour rendre leur position prédictible. --- src/public/style/budget-construction.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/public/style/budget-construction.scss b/src/public/style/budget-construction.scss index a6135411..90b53dad 100644 --- a/src/public/style/budget-construction.scss +++ b/src/public/style/budget-construction.scss @@ -163,6 +163,10 @@ $in-between-brick-space: 0.5em; // to be sync with variable of same name in Budg border-radius: 5px; background-color: #D8D8D8; } + + .btn ( + margin-top: auto; + } dl{ display: flex; @@ -232,4 +236,4 @@ $in-between-brick-space: 0.5em; // to be sync with variable of same name in Budg .budget-construction .bricks .brick{ animation-fill-mode: forwards; -} \ No newline at end of file +} From b422fb432dcac371fe882eb9f4baa5706ed6a381 Mon Sep 17 00:00:00 2001 From: sedy-bot Date: Fri, 20 Oct 2017 17:30:03 +0000 Subject: [PATCH 2/2] Typo fix s/.btn (/.btn {/ As requested by oncletom at https://github.com/dtc-innovation/dataviz-finances-gironde/pull/321#discussion_r146022608 --- src/public/style/budget-construction.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/style/budget-construction.scss b/src/public/style/budget-construction.scss index 90b53dad..cf86972d 100644 --- a/src/public/style/budget-construction.scss +++ b/src/public/style/budget-construction.scss @@ -164,7 +164,7 @@ $in-between-brick-space: 0.5em; // to be sync with variable of same name in Budg background-color: #D8D8D8; } - .btn ( + .btn { margin-top: auto; }