aboutsummaryrefslogtreecommitdiff
path: root/assets/css/app.css
blob: b44049cccf999e7b79bafe823dc17b36844f4dd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* This file is for your main application css. */

@import "./milligram.css";

.container{
  margin: 0 auto;
  max-width: 80.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%;
}

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

/* Message box */
.wa-message {
  padding: 5px !important;
  margin-top: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 1px 1px 2px grey;
}

.wa-message-photo {
  border-radius: 5px;
}

.wa-message-text {
  margin-top: 5px;
  border-radius: 5px;
}

.wa-message-date {
  text-align: right;
  color: grey;
  font-size: 12px;
}