aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/menu')
-rw-r--r--client/src/app/menu/avatar-notification.component.scss4
-rw-r--r--client/src/app/menu/menu.component.scss2
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/menu/avatar-notification.component.scss b/client/src/app/menu/avatar-notification.component.scss
index 201668b6e..5e09225df 100644
--- a/client/src/app/menu/avatar-notification.component.scss
+++ b/client/src/app/menu/avatar-notification.component.scss
@@ -1,7 +1,7 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3 3
4/deep/ { 4::ng-deep {
5 .popover-notifications.popover { 5 .popover-notifications.popover {
6 max-width: none; 6 max-width: none;
7 7
@@ -99,7 +99,7 @@
99} 99}
100 100
101@media screen and (max-width: $mobile-view) { 101@media screen and (max-width: $mobile-view) {
102 /deep/ { 102 ::ng-deep {
103 .popover-notifications.popover .popover-body { 103 .popover-notifications.popover .popover-body {
104 width: 400px; 104 width: 400px;
105 } 105 }
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index 06baa52d3..76e73155c 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -82,7 +82,7 @@ menu {
82 border: none; 82 border: none;
83 } 83 }
84 84
85 /deep/ { 85 ::ng-deep {
86 @include apply-svg-color(var(--menuForegroundColor)); 86 @include apply-svg-color(var(--menuForegroundColor));
87 } 87 }
88 } 88 }