summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/broadcast-messages.scss
blob: 9b54fb94cdcbc12b3397bcbb8ea997b91b19633f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.broadcast-message {
  @extend .alert-warning;
  padding: 10px;
  text-align: center;

  div,
  p {
    display: inline;
    margin: 0;

    a {
      color: inherit;
      text-decoration: underline;
    }
  }
}

.broadcast-message-preview {
  @extend .broadcast-message;
  margin-bottom: 20px;
}