aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-library.component.scss
blob: 4439ecf455d151f112f52a6577cd7039b4e1c46f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@use '_variables';
@use '_mixins';

.row {
  @include sub-menu-h1;

  flex-direction: column;
  width: 100%;

  > my-top-menu-dropdown:nth-child(1) {
    flex-grow: 1;
  }
}