summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements/toast.scss
blob: e9b1980f0b70d1fa430349d8392a71d7131c25e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Overrides style for ngToast notifications
.ng-toast {
  margin-top: 9em;
  .close {
    margin: .3em;
  }
  .title {
    font-weight: bold;
  }
  .ng-toast__message {
    max-width: 400px;
  }
  .alert {
    color: $text-01;
    border-radius: 0;
    text-align: left;
  }
}
OpenPOWER on IntegriCloud