aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account.component.scss')
-rw-r--r--client/src/app/+my-account/my-account.component.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account.component.scss b/client/src/app/+my-account/my-account.component.scss
index fd47aec86..a5bb499b4 100644
--- a/client/src/app/+my-account/my-account.component.scss
+++ b/client/src/app/+my-account/my-account.component.scss
@@ -1,3 +1,6 @@
1@import '_variables';
2@import '_mixins';
3
1.row { 4.row {
2 flex-direction: column; 5 flex-direction: column;
3 width: 100%; 6 width: 100%;
@@ -5,4 +8,6 @@
5 & > my-top-menu-dropdown:nth-child(1) { 8 & > my-top-menu-dropdown:nth-child(1) {
6 flex-grow: 1; 9 flex-grow: 1;
7 } 10 }
11
12 @include sub-menu-h1;
8} 13}