feat: update to 8 - step 2

This commit is contained in:
nixa 2019-05-28 23:28:56 +03:00
parent 0c3dde2fdb
commit fcb65af61f
44 changed files with 101 additions and 101 deletions

View file

@ -72,7 +72,7 @@
@include nb-rtl(border, none);
}
.header-container /deep/ ngx-theme-switcher .dropdown-toggle {
.header-container ::ng-deep ngx-theme-switcher .dropdown-toggle {
color: nb-theme(color-white);
background: transparent;
}
@ -94,7 +94,7 @@
}
}
.toggle-settings /deep/ a {
.toggle-settings ::ng-deep a {
display: block;
text-decoration: none;
line-height: 1;
@ -178,7 +178,7 @@
@include media-breakpoint-down(sm) {
nb-user /deep/ .user-name {
nb-user ::ng-deep .user-name {
display: none;
}
}
@ -205,7 +205,7 @@
}
@include media-breakpoint-down(xs) {
.right /deep/ {
.right ::ng-deep {
display: none;
}
}

View file

@ -25,7 +25,7 @@
}
}
/deep/ search-input {
::ng-deep search-input {
input {
background: transparent;
}

View file

@ -57,7 +57,7 @@
font-size: 1.524rem;
width: 12rem;
/deep/ ngx-switcher {
::ng-deep ngx-switcher {
.switch-label span {
font-size: 1em;
font-weight: normal;

View file

@ -12,7 +12,7 @@ $icon-top-color-cosmic: #a258fe;
$icon-top-color-corporate: #e9e8eb;
@include nb-install-component() {
/deep/ .themes-switcher-list {
::ng-deep .themes-switcher-list {
padding: 1rem 2rem 1.25rem 0.5rem;
margin: 0;
@ -69,7 +69,7 @@ $icon-top-color-corporate: #e9e8eb;
}
@include media-breakpoint-down(is) {
/deep/ .themes-switcher-list {
::ng-deep .themes-switcher-list {
display: none;
}
}

View file

@ -17,7 +17,7 @@
&.collapsed {
width: 0;
/deep/ .main-container {
::ng-deep .main-container {
width: 0;
.scrollable {
@ -27,7 +27,7 @@
}
}
/deep/ .main-container {
::ng-deep .main-container {
width: $sidebar-width;
background: nb-theme(color-bg);
transition: width 0.3s ease;
@ -51,7 +51,7 @@
margin-top: 0;
}
/deep/ .main-container {
::ng-deep .main-container {
height:
calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)} - #{nb-theme(sidebar-header-gap)}) !important;
@include nb-ltr(border-top-right-radius, nb-theme(radius));
@ -64,7 +64,7 @@
}
}
/deep/ .scrollable {
::ng-deep .scrollable {
@include nb-for-theme(corporate) {
padding-top: 0;
@ -74,7 +74,7 @@
}
}
/deep/ nb-sidebar-header {
::ng-deep nb-sidebar-header {
padding-bottom: 0.5rem;
text-align: center;
}
@ -107,7 +107,7 @@
&.compacted {
/deep/ nb-sidebar-header {
::ng-deep nb-sidebar-header {
padding-left: 0;
padding-right: 0;
}
@ -139,7 +139,7 @@
margin-top: 0;
/deep/ .main-container {
::ng-deep .main-container {
height: calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)}) !important;
@include nb-ltr(border-top-right-radius, 0);
@include nb-rtl(border-top-left-radius, 0);

View file

@ -24,12 +24,12 @@
transform: translate3d(0, 0, 0);
}
/deep/ .scrollable {
::ng-deep .scrollable {
width: $sidebar-width;
padding: 3.4rem 0.25rem;
}
/deep/ .main-container {
::ng-deep .main-container {
width: $sidebar-width;
background: nb-theme(color-bg);
transition: transform 0.3s ease;
@ -54,7 +54,7 @@
margin-top: 0;
}
/deep/ .main-container {
::ng-deep .main-container {
height:
calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)} - #{nb-theme(sidebar-header-gap)}) !important;
@include nb-ltr(border-top-right-radius, nb-theme(radius));
@ -67,7 +67,7 @@
}
}
/deep/ .scrollable {
::ng-deep .scrollable {
@include nb-for-theme(corporate) {
padding-top: 0;
@ -77,7 +77,7 @@
}
}
/deep/ nb-sidebar-header {
::ng-deep nb-sidebar-header {
padding-bottom: 0.5rem;
text-align: center;
}
@ -108,7 +108,7 @@
}
}
/deep/ nb-menu {
::ng-deep nb-menu {
& > .menu-items {
& > .menu-item:first-child {
.menu-title {
@ -132,7 +132,7 @@
&.compacted {
/deep/ nb-sidebar-header {
::ng-deep nb-sidebar-header {
padding-left: 0;
padding-right: 0;
}
@ -164,7 +164,7 @@
margin-top: 0;
/deep/ .main-container {
::ng-deep .main-container {
height: calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)}) !important;
@include nb-ltr(border-top-right-radius, 0);
@include nb-rtl(border-top-left-radius, 0);

View file

@ -17,7 +17,7 @@
&.collapsed {
width: 0;
/deep/ .main-container {
::ng-deep .main-container {
width: 0;
.scrollable {
@ -27,7 +27,7 @@
}
}
/deep/ .main-container {
::ng-deep .main-container {
width: $sidebar-width;
background: nb-theme(color-bg);
transition: width 0.3s ease;
@ -51,7 +51,7 @@
margin-top: 0;
}
/deep/ .main-container {
::ng-deep .main-container {
height:
calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)} - #{nb-theme(sidebar-header-gap)}) !important;
@include nb-ltr(border-top-right-radius, nb-theme(radius));
@ -64,7 +64,7 @@
}
}
/deep/ .scrollable {
::ng-deep .scrollable {
@include nb-for-theme(corporate) {
padding-top: 0;
@ -74,7 +74,7 @@
}
}
/deep/ nb-sidebar-header {
::ng-deep nb-sidebar-header {
padding-bottom: 0.5rem;
text-align: center;
}
@ -107,7 +107,7 @@
&.compacted {
/deep/ nb-sidebar-header {
::ng-deep nb-sidebar-header {
padding-left: 0;
padding-right: 0;
}
@ -139,7 +139,7 @@
margin-top: 0;
/deep/ .main-container {
::ng-deep .main-container {
height: calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)}) !important;
@include nb-ltr(border-top-right-radius, 0);
@include nb-rtl(border-top-left-radius, 0);

View file

@ -17,7 +17,7 @@
&.collapsed {
width: 0;
/deep/ .main-container {
::ng-deep .main-container {
width: 0;
.scrollable {
@ -27,7 +27,7 @@
}
}
/deep/ .main-container {
::ng-deep .main-container {
width: $sidebar-width;
background: nb-theme(color-bg);
transition: width 0.3s ease;
@ -51,7 +51,7 @@
margin-top: 0;
}
/deep/ .main-container {
::ng-deep .main-container {
height:
calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)} - #{nb-theme(sidebar-header-gap)}) !important;
@include nb-ltr(border-top-right-radius, nb-theme(radius));
@ -65,7 +65,7 @@
}
}
/deep/ .scrollable {
::ng-deep .scrollable {
@include nb-for-theme(corporate) {
padding-top: 0;
@ -75,7 +75,7 @@
}
}
/deep/ nb-sidebar-header {
::ng-deep nb-sidebar-header {
padding-bottom: 0.5rem;
text-align: center;
}
@ -108,7 +108,7 @@
&.compacted {
/deep/ nb-sidebar-header {
::ng-deep nb-sidebar-header {
padding-left: 0;
padding-right: 0;
}
@ -140,7 +140,7 @@
margin-top: 0;
/deep/ .main-container {
::ng-deep .main-container {
height: calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)}) !important;
@include nb-ltr(border-top-right-radius, 0);
@include nb-rtl(border-top-left-radius, 0);

View file

@ -4,7 +4,7 @@
@import '~@nebular/theme/styles/global/breakpoints';
@include nb-install-component() {
/deep/ {
::ng-deep {
$button-size: 50px;
.container-title {
@ -70,7 +70,7 @@
}
@include media-breakpoint-down(is) {
ngx-default-buttons /deep/ nb-card-header {
ngx-default-buttons ::ng-deep nb-card-header {
flex-direction: column;
align-items: left;
@ -82,19 +82,19 @@
@include media-breakpoint-down(xs) {
/deep/.icon-buttons .icon-button-examples {
::ng-deep.icon-buttons .icon-button-examples {
button {
@include nb-ltr(margin-right, 1rem);
@include nb-rtl(margin-left, 1rem);
}
}
ngx-default-buttons /deep/ nb-card-header {
ngx-default-buttons ::ng-deep nb-card-header {
flex-direction: column;
margin-bottom: 0.5rem;
}
ngx-block-level-buttons /deep/ {
ngx-block-level-buttons ::ng-deep {
.btn-primary {
padding: 0.75rem 1rem;
}

View file

@ -11,7 +11,7 @@
height: nb-theme(card-height-medium);
width: 100%;
/deep/ chart {
::ng-deep chart {
display: block;
height: 100%;
width: 100%;

View file

@ -11,7 +11,7 @@
width: 100%;
height: nb-theme(card-height-medium);
/deep/ {
::ng-deep {
.pie-label {
fill: nb-theme(color-fg-heading);
}

View file

@ -13,7 +13,7 @@
width: 100%;
}
/deep/ .echart {
::ng-deep .echart {
height: 100%;
width: 100%;
}

View file

@ -41,7 +41,7 @@
text-transform: uppercase;
}
nb-user /deep/ {
nb-user ::ng-deep {
.info-container {
@include nb-ltr(margin-left, 0.875rem);
@include nb-rtl(margin-right, 0.875rem);

View file

@ -15,7 +15,7 @@
}
@include media-breakpoint-down(is) {
/deep/ nb-card.large-card {
::ng-deep nb-card.large-card {
height: nb-theme(card-height-medium);
}
}

View file

@ -41,7 +41,7 @@
}
}
nb-tabset /deep/ {
nb-tabset ::ng-deep {
flex: 1;
overflow: hidden;
display: flex;
@ -223,7 +223,7 @@
}
@include nb-for-theme(cosmic) {
nb-tabset /deep/ ul li.active {
nb-tabset ::ng-deep ul li.active {
background-color: nb-theme(color-primary);
border-radius: nb-theme(radius);
@ -250,7 +250,7 @@
}
@include nb-for-theme(corporate) {
nb-tabset /deep/ ul li.active {
nb-tabset ::ng-deep ul li.active {
&::before {
display: none;
}

View file

@ -33,7 +33,7 @@
flex-direction: column;
flex: 1;
/deep/ .room-selector {
::ng-deep .room-selector {
display: flex;
align-items: center;
justify-items: center;

View file

@ -9,7 +9,7 @@
flex-direction: column;
height: 100%;
/deep/ ul {
::ng-deep ul {
border: none;
}
}
@ -136,7 +136,7 @@
ngx-temperature-dragger {
max-width: 250px;
/deep/ .power-bg {
::ng-deep .power-bg {
width: 4rem;
height: 4rem;
font-size: 3rem;
@ -160,7 +160,7 @@
}
}
nb-tabset /deep/ ul {
nb-tabset ::ng-deep ul {
padding: 0 0.5rem;
a {
padding: 1.25rem 1rem;

View file

@ -14,7 +14,7 @@
position: relative;
}
/deep/ canvas {
::ng-deep canvas {
border-bottom-left-radius: nb-theme(card-border-radius);
border-bottom-right-radius: nb-theme(card-border-radius);
}

View file

@ -22,12 +22,12 @@
ngx-legend-chart {
align-self: flex-start;
/deep/ .legends {
::ng-deep .legends {
padding-left: 0;
font-size: nb-theme(font-size-sm);
}
/deep/ .legend {
::ng-deep .legend {
margin-left: 1rem;
}
}

View file

@ -6,7 +6,7 @@ $legend-canceled-color: #3f4fda;
@include nb-install-component() {
/deep/ nb-tabset {
::ng-deep nb-tabset {
display: flex;
flex-direction: column;
flex: 1;

View file

@ -21,15 +21,15 @@
}
}
/deep/ .leaflet-top, /deep/ .leaflet-bottom {
::ng-deep .leaflet-top, ::ng-deep .leaflet-bottom {
z-index: 997;
}
/deep/ .leaflet-bar {
::ng-deep .leaflet-bar {
box-shadow: none;
}
/deep/ .leaflet-control-zoom {
::ng-deep .leaflet-control-zoom {
border: none;
a {
@ -59,7 +59,7 @@
}
}
/deep/ .leaflet-control-attribution {
::ng-deep .leaflet-control-attribution {
background: transparent;
a {

View file

@ -15,7 +15,7 @@
cursor: pointer;
}
/deep/ .flipped {
::ng-deep .flipped {
.back-container {
.nb-arrow-right {
transform: scaleX(-1);
@ -35,14 +35,14 @@
flex: 1;
}
/deep/ nb-card-header {
::ng-deep nb-card-header {
display: flex;
justify-content: space-between;
@include nb-rtl(flex-direction, row-reverse);
padding-left: 1rem;
}
/deep/ nb-card-body {
::ng-deep nb-card-body {
overflow: hidden;
display: flex;
}

View file

@ -81,7 +81,7 @@
position: relative;
}
/deep/ canvas {
::ng-deep canvas {
border-bottom-left-radius: nb-theme(card-border-radius);
border-bottom-right-radius: nb-theme(card-border-radius);
}

View file

@ -5,7 +5,7 @@
flex-direction: column;
flex: 1;
/deep/ nb-card-header {
::ng-deep nb-card-header {
display: flex;
justify-content: space-between;
@ -19,7 +19,7 @@
}
}
/deep/ nb-card-body {
::ng-deep nb-card-body {
overflow: hidden;
display: flex;
@ -71,7 +71,7 @@
position: relative;
}
/deep/ canvas {
::ng-deep canvas {
border-bottom-left-radius: nb-theme(card-border-radius);
border-bottom-right-radius: nb-theme(card-border-radius);
}

View file

@ -5,7 +5,7 @@
flex-direction: column;
flex: 1;
/deep/ nb-card-header {
::ng-deep nb-card-header {
display: flex;
justify-content: space-between;
@ -19,7 +19,7 @@
}
}
/deep/ nb-card-body {
::ng-deep nb-card-body {
display: flex;
position: relative;
flex: 1;

View file

@ -29,7 +29,7 @@ $shadow-green: #00977e;
margin-top: 0.5rem;
}
/deep/ nb-progress-bar {
::ng-deep nb-progress-bar {
margin-top: 0.2rem;
.progress-container {

View file

@ -17,7 +17,7 @@
position: relative;
}
/deep/ canvas {
::ng-deep canvas {
border-bottom-left-radius: nb-theme(card-border-radius);
border-bottom-right-radius: nb-theme(card-border-radius);
}

View file

@ -12,7 +12,7 @@
}
nb-card-back {
/deep/ nb-card-header {
::ng-deep nb-card-header {
border: none;
}
}

View file

@ -46,7 +46,7 @@
@include media-breakpoint-down(is) {
ngx-legend-chart {
/deep/ .legends {
::ng-deep .legends {
padding-left: 0;
font-size: nb-theme(font-size-sm);
}

View file

@ -45,12 +45,12 @@
// legend start
.visitors-statistics-legend {
/deep/ .legends {
::ng-deep .legends {
padding: 0;
margin-left: 0;
}
/deep/ .legend {
::ng-deep .legend {
flex: 1;
margin-left: 0;
justify-content: flex-start;

View file

@ -4,7 +4,7 @@
@import '../../../@theme/styles/themes';
@include nb-install-component() {
/deep/ nb-layout-column {
::ng-deep nb-layout-column {
justify-content: center;
display: flex;
}

View file

@ -5,7 +5,7 @@
margin: 1rem;
}
/deep/ nb-spinner {
::ng-deep nb-spinner {
z-index: 999;
}
}

View file

@ -1,7 +1,7 @@
@import '../../../@theme/styles/themes';
@include nb-install-component() {
/deep/ nb-stepper .step-content {
::ng-deep nb-stepper .step-content {
text-align: center;
button {

View file

@ -13,13 +13,13 @@
padding: nb-theme(padding);
}
/deep/ ngx-tab1, /deep/ ngx-tab2 {
::ng-deep ngx-tab1, ::ng-deep ngx-tab2 {
display: block;
padding: nb-theme(padding);
}
@include media-breakpoint-down(xs) {
nb-tabset /deep/ul {
nb-tabset ::ng-deepul {
font-size: 1rem;
padding: 0 0.25rem;
}

View file

@ -2,7 +2,7 @@
@include nb-install-component() {
/deep/ .angular-tree-component {
::ng-deep .angular-tree-component {
cursor: default;
.node-wrapper {

View file

@ -37,11 +37,11 @@
nb-action {
padding: 0 0.5rem;
/deep/ .control-icon {
::ng-deep .control-icon {
font-size: 1.75rem;
}
}
nb-user /deep/ {
nb-user ::ng-deep {
.user-container {
font-size: 0.875rem;
}
@ -56,11 +56,11 @@
nb-action {
padding: 0 0.375rem;
/deep/ .control-icon {
::ng-deep .control-icon {
font-size: 1.5rem;
}
}
nb-user /deep/ {
nb-user ::ng-deep {
.user-container {
font-size: 0.75rem;
}

View file

@ -4,7 +4,7 @@
@import '~@nebular/theme/styles/global/breakpoints';
@include nb-install-component() {
/deep/ {
::ng-deep {
$button-size: 50px;
.container-title {
@ -70,7 +70,7 @@
}
@include media-breakpoint-down(is) {
ngx-default-buttons /deep/ nb-card-header {
ngx-default-buttons ::ng-deep nb-card-header {
flex-direction: column;
align-items: left;
@ -82,19 +82,19 @@
@include media-breakpoint-down(xs) {
/deep/.icon-buttons .icon-button-examples {
::ng-deep.icon-buttons .icon-button-examples {
button {
@include nb-ltr(margin-right, 1rem);
@include nb-rtl(margin-left, 1rem);
}
}
ngx-default-buttons /deep/ nb-card-header {
ngx-default-buttons ::ng-deep nb-card-header {
flex-direction: column;
margin-bottom: 0.5rem;
}
ngx-block-level-buttons /deep/ {
ngx-block-level-buttons ::ng-deep {
.btn-primary {
padding: 0.75rem 1rem;
}

View file

@ -6,7 +6,7 @@
padding: 0;
}
/deep/ agm-map {
::ng-deep agm-map {
width: 100%;
height: nb-theme(card-height-large);
}

View file

@ -6,11 +6,11 @@
padding: 0;
}
/deep/ .leaflet-top, /deep/ .leaflet-bottom {
::ng-deep .leaflet-top, ::ng-deep .leaflet-bottom {
z-index: 997;
}
/deep/ .leaflet-container {
::ng-deep .leaflet-container {
width: 100%;
height: nb-theme(card-height-large);
}

View file

@ -6,7 +6,7 @@
padding: 0;
}
/deep/ agm-map {
::ng-deep agm-map {
width: 100%;
height: nb-theme(card-height-large);
}

View file

@ -1,6 +1,6 @@
@import '~@nebular/theme/styles/core/mixins';
/deep/ nb-card.popover-card {
::ng-deep nb-card.popover-card {
margin-bottom: 0;
width: 300px;
box-shadow: none;
@ -12,7 +12,7 @@
@include nb-rtl(margin, 0 0 2rem 0.75rem);
}
/deep/ .btn-outline-secondary {
::ng-deep .btn-outline-secondary {
@include nb-ltr(margin, 0 0.5rem 0.5rem 0);
@include nb-rtl(margin, 0 0 0.5rem 0.5rem);
}

View file

@ -14,7 +14,7 @@
}
/* stylelint-disable */
toaster-container /deep/ {
toaster-container ::ng-deep {
#toast-container .toast-close-button {
right: 0;
}

View file

@ -1,7 +1,7 @@
@import '../../../../@theme/styles/themes';
@include nb-install-component() {
/deep/ .form {
::ng-deep .form {
display: flex;
flex-direction: column;

View file

@ -1,7 +1,7 @@
@import '../@theme/styles/themes';
@include nb-install-component() {
/deep/ router-outlet + * {
::ng-deep router-outlet + * {
display: block;
animation: fade 1s;