aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.component.scss
blob: 6243c6dcfe21806368e4b98c579445d0c016bdfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.my-library, .misc {
  span[role=button] {
    cursor: pointer;
  }

  a {
    display: block;
  }
}

/deep/ .dropdown-toggle::after {
  position: relative;
  top: 2px;
}