ngx-admin/src/app/pages/dashboard/traffic/traffic.component.scss

31 lines
531 B
SCSS
Raw Normal View History

2017-07-14 19:46:28 +03:00
@import '../../../@theme/styles/variables';
@include nb-install-component() {
2017-07-14 19:46:28 +03:00
nb-card-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.675rem 0.5rem 0.5rem 1.25rem;
border: none;
}
nb-card-body {
overflow: hidden;
2017-07-14 19:46:28 +03:00
}
/deep/ canvas {
border-bottom-left-radius: nb-theme(card-border-radius);
border-bottom-right-radius: nb-theme(card-border-radius);
2017-07-18 21:16:34 +03:00
}
2017-07-14 19:46:28 +03:00
.echart {
height: 100%;
width: 100%;
}
.dropdown {
min-width: 120px;
}
2017-07-14 19:46:28 +03:00
}