From 9dcac96871f97849296208a17668509969cbc3d0 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Thu, 2 Apr 2020 12:40:55 +0300 Subject: [PATCH] refactor(material): remove options list border radius --- src/app/@theme/styles/themes.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/@theme/styles/themes.scss b/src/app/@theme/styles/themes.scss index 0be07815..8c8917ee 100644 --- a/src/app/@theme/styles/themes.scss +++ b/src/app/@theme/styles/themes.scss @@ -105,6 +105,7 @@ $nb-themes: nb-register-theme(( card-header-with-select-padding-bottom: 0.5rem, select-min-width: 6rem, + option-list-border-radius: 0, slide-out-background: linear-gradient(270deg, #e0e0e0 0%, #ebebeb 100%), slide-out-shadow-color: 0 4px 14px 0 #ebebeb, @@ -126,6 +127,7 @@ $nb-themes: nb-register-theme(( card-header-with-select-padding-bottom: 0.5rem, select-min-width: 6rem, + option-list-border-radius: 0, slide-out-background: linear-gradient(270deg, #1f1f1f 0%, #292929 100%), slide-out-shadow-color: 0 4px 14px 0 #292929,