X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fpages%2Fdashboard%2Fdashboard.component.scss;fp=webapp%2Fsrc%2Fapp%2Fpages%2Fdashboard%2Fdashboard.component.scss;h=6f1f0e044975abbfaacebf8f0ee1a2a2229d1254;hb=38c0c21a969e621c725245ce91c78e77076c5ce7;hp=0000000000000000000000000000000000000000;hpb=b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc;p=src%2Fxds%2Fxds-agent.git 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); + } + } +}