Unverified Commit 094e1638 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Merge pull request #1335 from ever-co/fix/ng-deep

feat: fix ng-deep
parents a9928ff2 91d59d3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@import '~@ever-platform/common-angular/src/scss/everbie.common';

ng-progress /deep/ .ng-bar-placeholder {
:host ::ng-deep ng-progress .ng-bar-placeholder {
	background-color: #3c4160;
	height: 5px;
}

ng-progress /deep/ .ng-bar {
:host ::ng-deep ng-progress .ng-bar {
	background-color: #505785;
}

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
	align-items: center;
}

/deep/ input[type='text'] {
:host ::ng-deep input[type='text'] {
	color: #333 !important;
}

+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
	}
}

:host /deep/ .location-form .mat-checkbox-layout {
:host ::ng-deep .location-form .mat-checkbox-layout {
	color: white;
	.label {
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@
	}
}

/deep/ input[type='text'] {
:host ::ng-deep input[type='text'] {
	color: #333 !important;
}