2017-08-01 17:42:21 +03:00
|
|
|
// @nebular theming framework
|
|
|
|
|
@import '~@nebular/theme/styles/theming';
|
2017-08-03 13:53:18 +03:00
|
|
|
// @nebular out of the box themes
|
2017-08-01 17:42:21 +03:00
|
|
|
@import '~@nebular/theme/styles/themes';
|
2017-06-16 19:21:22 +03:00
|
|
|
|
2017-08-03 13:53:18 +03:00
|
|
|
// which themes you what to enable (empty to enable all)
|
2018-06-21 15:16:53 +03:00
|
|
|
$nb-enabled-themes: (default, cosmic, corporate);
|
2017-06-16 19:21:22 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
$nb-themes: nb-register-theme((
|
2017-06-16 19:21:22 +03:00
|
|
|
// app wise variables for each theme
|
2017-07-26 15:12:48 +03:00
|
|
|
sidebar-header-gap: 2rem,
|
2017-07-26 20:39:12 +03:00
|
|
|
sidebar-header-height: initial,
|
2017-07-28 14:54:29 +03:00
|
|
|
layout-content-width: 1400px,
|
2017-08-30 17:22:05 +03:00
|
|
|
|
2017-08-31 12:04:09 +03:00
|
|
|
font-main: Roboto,
|
|
|
|
|
font-secondary: Exo,
|
2018-06-21 15:16:53 +03:00
|
|
|
|
|
|
|
|
switcher-background: #ebeff5,
|
2018-06-21 19:01:32 +03:00
|
|
|
switcher-background-percentage: 50%,
|
2018-06-21 15:16:53 +03:00
|
|
|
drops-icon-line-gadient: -webkit-linear-gradient(#01dbb5, #0bbb79),
|
2018-08-08 16:45:31 +03:00
|
|
|
|
|
|
|
|
list-item-border-width: 1px,
|
|
|
|
|
|
|
|
|
|
slide-out-container-width: 30%,
|
|
|
|
|
slide-out-background: linear-gradient(270deg, #f7fafb 0%, #ecf2f5 100%),
|
|
|
|
|
slide-out-shadow-color: 0 4px 14px 0 #a2d2c8,
|
|
|
|
|
slide-out-shadow-color-rtl: 0 4px 14px 0 #a2d2c8,
|
|
|
|
|
|
|
|
|
|
chart-panel-summary-box-shadow: none,
|
|
|
|
|
chart-panel-summary-background-color: #ecf2f5,
|
|
|
|
|
chart-panel-summary-border-color: #ebeff1,
|
|
|
|
|
chart-panel-summary-border-width: 1px,
|
|
|
|
|
|
|
|
|
|
ecommerce-card-border-width: 1px,
|
|
|
|
|
|
|
|
|
|
progress-bar-background: linear-gradient(90deg, #3edd81 0%, #3bddaf 100%),
|
2017-06-16 19:21:22 +03:00
|
|
|
), default, default);
|
|
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
$nb-themes: nb-register-theme((
|
2017-06-16 19:21:22 +03:00
|
|
|
// app wise variables for each theme
|
2017-07-26 15:12:48 +03:00
|
|
|
sidebar-header-gap: 2rem,
|
2017-07-26 20:39:12 +03:00
|
|
|
sidebar-header-height: initial,
|
2017-07-28 14:54:29 +03:00
|
|
|
layout-content-width: 1400px,
|
2017-08-30 17:22:05 +03:00
|
|
|
|
2017-08-31 12:04:09 +03:00
|
|
|
font-main: Roboto,
|
|
|
|
|
font-secondary: Exo,
|
2018-06-21 15:16:53 +03:00
|
|
|
|
|
|
|
|
switcher-background: #4e41a5,
|
2018-06-21 19:01:32 +03:00
|
|
|
switcher-background-percentage: 14%,
|
2018-06-21 15:16:53 +03:00
|
|
|
drops-icon-line-gadient: -webkit-linear-gradient(#a258fe, #7958fa),
|
2018-08-08 16:45:31 +03:00
|
|
|
|
|
|
|
|
list-item-border-width: 1px,
|
|
|
|
|
|
|
|
|
|
slide-out-container-width: 30%,
|
|
|
|
|
slide-out-background: radial-gradient(circle, #302c6e 0%, #423f8c 100%),
|
|
|
|
|
slide-out-shadow-color: 2px 0 3px rgba(19, 19, 94, 0.9),
|
|
|
|
|
slide-out-shadow-color-rtl: -2px 0 3px rgba(19, 19, 94, 0.9),
|
|
|
|
|
|
|
|
|
|
chart-panel-summary-box-shadow: none,
|
|
|
|
|
chart-panel-summary-background-color: rgba(0, 0, 0, 0.1),
|
|
|
|
|
chart-panel-summary-border-color: #332e73,
|
|
|
|
|
chart-panel-summary-border-width: 1px,
|
|
|
|
|
|
|
|
|
|
ecommerce-card-border-width: 1px,
|
|
|
|
|
|
|
|
|
|
progress-bar-background: linear-gradient(90deg, #00c7c7 0%, #00d977 100%),
|
2017-06-16 19:21:22 +03:00
|
|
|
), cosmic, cosmic);
|
2018-06-21 15:16:53 +03:00
|
|
|
|
|
|
|
|
$nb-themes: nb-register-theme((
|
|
|
|
|
// app wise variables for each theme
|
|
|
|
|
sidebar-header-gap: 2rem,
|
|
|
|
|
sidebar-header-height: initial,
|
|
|
|
|
layout-content-width: 1400px,
|
|
|
|
|
|
|
|
|
|
font-main: Roboto,
|
|
|
|
|
font-secondary: Exo,
|
|
|
|
|
|
|
|
|
|
switcher-background: #2b2d34,
|
2018-06-21 19:01:32 +03:00
|
|
|
switcher-background-percentage: 14%,
|
2018-06-21 15:16:53 +03:00
|
|
|
drops-icon-line-gadient: -webkit-linear-gradient(#e9e8eb, #a7a2be),
|
2018-08-08 16:45:31 +03:00
|
|
|
|
|
|
|
|
list-item-border-width: 1px,
|
|
|
|
|
|
|
|
|
|
slide-out-container-width: 30%,
|
|
|
|
|
slide-out-background: linear-gradient(270deg, #f7fafb 0%, #ecf2f5 100%),
|
|
|
|
|
slide-out-shadow-color: 0 4px 14px 0 #a2d2c8,
|
|
|
|
|
slide-out-shadow-color-rtl: 0 4px 14px 0 #a2d2c8,
|
|
|
|
|
|
|
|
|
|
chart-panel-summary-box-shadow: none,
|
|
|
|
|
chart-panel-summary-background-color: #f7fafb,
|
|
|
|
|
chart-panel-summary-border-color: #ebeff1,
|
|
|
|
|
chart-panel-summary-border-width: 1px,
|
|
|
|
|
|
|
|
|
|
ecommerce-card-border-width: 1px,
|
|
|
|
|
|
|
|
|
|
progress-bar-background: linear-gradient(90deg, #ff9f6f 0%, #ff8b97 100%),
|
2018-06-21 15:16:53 +03:00
|
|
|
), corporate, corporate);
|