aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/dashboard/dashboard.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/pages/dashboard/dashboard.component.scss')
-rw-r--r--webapp/src/app/pages/dashboard/dashboard.component.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/webapp/src/app/pages/dashboard/dashboard.component.scss b/webapp/src/app/pages/dashboard/dashboard.component.scss
new file mode 100644
index 0000000..6f1f0e0
--- /dev/null
+++ b/webapp/src/app/pages/dashboard/dashboard.component.scss
@@ -0,0 +1,16 @@
+@import '../../@theme/styles/themes';
+@import '~bootstrap/scss/mixins/breakpoints';
+@import '~@nebular/theme/styles/global/bootstrap/breakpoints';
+
+@include nb-install-component() {
+ .solar-card nb-card-header {
+ border: none;
+ padding-bottom: 0;
+ }
+
+ @include media-breakpoint-down(is) {
+ /deep/ nb-card.large-card {
+ height: nb-theme(card-height-medium);
+ }
+ }
+}