aboutsummaryrefslogtreecommitdiff
path: root/assets/css/app.css
blob: 72ef09dda984f332f568d6db66fa526aad1d86ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* This file is for your main application css. */

@import "./phoenix.css";

.wa-back {
  background-color: #dddddd;
}

.wa-message {
  margin: 15px 0 15px 0;
  background-color: white;
}

.wa-message-date {
  text-align: right;
}