From 7d746b5a6cf16ff266a2e82a48e29d47b3b08498 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Thu, 29 Nov 2018 01:06:10 +0000 Subject: Port "Simplify admin instance licenses page" Ports CE changes to include a license app scss variable and a jest import alias. --- app/assets/stylesheets/framework/variables.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 5d4c84c494d..8bdc71cb427 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -719,3 +719,8 @@ $compare-branches-sticky-header-height: 68px; - Issue: https://gitlab.com/gitlab-org/design.gitlab.com/issues/242 */ $enable-validation-icons: false; + +/* +Licenses +*/ +$license-header-cell-width: 150px; -- cgit v1.2.1