aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/error-bar/error-bar.component.css
blob: 8f8edd91b2a5726c9c7be616e9633901202eb185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#error-bar {
  box-sizing: border-box;
  width: 100%;
  background-color: var(--failure);
  color: white;
  padding: .2em;
  text-align: center;
}

#error-bar:empty {
  display: none;
}