This is an automated email from the ASF dual-hosted git repository. scottyaslan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi-fds.git
commit 56cb22ae747bac5cac3452bd18ff5ff6ab32df88 Author: RynoRn <[email protected]> AuthorDate: Mon May 6 10:33:01 2019 +0200 [NIFI-6258] Including checkbox styles and using mixin. --- src/platform/core/theming/_all-theme.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platform/core/theming/_all-theme.scss b/src/platform/core/theming/_all-theme.scss index c0c1594..296c987 100644 --- a/src/platform/core/theming/_all-theme.scss +++ b/src/platform/core/theming/_all-theme.scss @@ -20,6 +20,7 @@ @import '../common/styles/buttons'; @import '../common/styles/expansionPanels'; @import '../common/styles/menus'; +@import '../common/styles/checkboxes'; // Create a theme. @mixin fds-theme($theme) { @@ -32,5 +33,6 @@ @include fds-buttons-theme($theme); @include fds-expansion-panels-theme($theme); @include fds-menus-theme($theme); + @include fds-checkboxes-theme($theme); }
