From 4afe2f762cf7f567579bcd3b03c9023c79b535fc Mon Sep 17 00:00:00 2001 From: Mateusz Gapski Date: Mon, 7 Sep 2020 07:39:39 +0200 Subject: Change intel theme - Change colours in intel theme - Change colour od switch, radiobuttons and checkboxes Signed-off-by: Mateusz Gapski Change-Id: I701e2157a9abe00f4343b27079e0bbce3464f0bd --- src/env/assets/styles/_intel.scss | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) (limited to 'src/env') diff --git a/src/env/assets/styles/_intel.scss b/src/env/assets/styles/_intel.scss index 37869ee7..0b17b7a1 100644 --- a/src/env/assets/styles/_intel.scss +++ b/src/env/assets/styles/_intel.scss @@ -22,30 +22,38 @@ $font-family-base: "Intel Clear", "Helvetica Neue", Helvetica, Arial, sans-serif; -$intel-blue: #0071c5; -$light-blue: #00aeef; -$pale-blue: #7ed3f7; +$classic-blue: #0068B5; +$energy-blue: #00C7FD; -$primary: $intel-blue; +$primary: $classic-blue; $red: #ed1c24; $orange: #ffa300; $yellow: #f3d54e; $green: #c4d600; -$cyan: $light-blue; -$gray: #939598; -$dark-gray: #53565a; -$light-gray: #B1BABF; +$cyan: $energy-blue; +$gray: #AEAEAE; +$dark-gray: #808080; +$light-gray: #E9E9E9; $black: #000000; $white: #ffffff; -$danger: #ED1c24; -$success: #a6ce39; -$warning: #FDB813; +$danger: #C81326; +$success: #8BAE46; +$warning: #FEC91B; -$loading-color: $black; -$navbar-color: $intel-blue; + +$gray-100: $white; + +$loading-color: $warning; +$navbar-color: $classic-blue; .status-icon.secondary { fill: $light-gray !important; } + +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, +.custom-control-input:checked ~ .custom-control-label::before { + background-color: $primary !important; +} -- cgit v1.2.3