From ba060c80eb5c936baf4225af613bab218d9707f8 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Mon, 25 Mar 2019 10:42:20 +0000 Subject: Removes EE differences for secondary_navigation_elements --- .../framework/secondary_navigation_elements.scss | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/app/assets/stylesheets/framework/secondary_navigation_elements.scss b/app/assets/stylesheets/framework/secondary_navigation_elements.scss index 19640ab5986..31297b9d20c 100644 --- a/app/assets/stylesheets/framework/secondary_navigation_elements.scss +++ b/app/assets/stylesheets/framework/secondary_navigation_elements.scss @@ -181,6 +181,33 @@ margin: 0; width: 100%; } + + &.inline { + display: flex; + flex-flow: row wrap; + justify-content: space-between; + + > .btn, + > .btn-container, + > .dropdown, + > input, + > form { + flex: 1 1 auto; + margin: 0 0 10px; + margin-left: $gl-padding-top; + width: auto; + + &:first-child { + margin-left: 0; + float: none; + } + } + + .btn-full { + flex: 1 1 100%; + margin-left: 0; + } + } } } -- cgit v1.2.1