From 4284b88f44caa9b7adb180a1e07bdd834f5b7ad6 Mon Sep 17 00:00:00 2001 From: haraldox Date: Tue, 13 Feb 2018 11:02:28 +0100 Subject: feat(App) Feature Added enterprise UI ##Account Dashboard: - CHANGE account type to 'Enterprise Account' (green badge) - REMOVE button 'Edit Account' if SSO login is used - ADD company name and contact information - REMOVE premium account plans section - REMOVE account deletion ##Settings Navigation - REMOVE available services if user not allowed to manage services ##Edit Service - REMOVE delete button if user not allowed to manage services - CHANGE disable team / custom URL if user not allowed to manage services ##Edit User - REMOVE account type ##User.js - ADD mock enterprise properties ##Input.js - FIX disabled passthrough --- src/styles/badge.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/styles/badge.scss') diff --git a/src/styles/badge.scss b/src/styles/badge.scss index d7dfaf783..18a653118 100644 --- a/src/styles/badge.scss +++ b/src/styles/badge.scss @@ -12,4 +12,10 @@ background: $theme-brand-primary; color: #FFF; } + + &.badge--success { + background: $theme-brand-success; + color: #FFF; + } + } -- cgit v1.2.3-54-g00ecf