From 86e7ffc04a4ab1a1190636879381a3d149013cdf Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 2 Apr 2016 22:40:30 +0300 Subject: [PATCH] Add .center helper class as friend of .row-flex --- resources/styles/dependencies/helpers.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/styles/dependencies/helpers.scss b/resources/styles/dependencies/helpers.scss index 718577bd59..5f050a678a 100644 --- a/resources/styles/dependencies/helpers.scss +++ b/resources/styles/dependencies/helpers.scss @@ -35,6 +35,9 @@ $br-big: 8px; flex-direction: column; } + &.center { + justify-content: center; + } } &.half {