diff options
author | Guillermo Ramos | 2020-02-04 18:11:46 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-04 18:25:50 +0100 |
commit | 52b52c7b09a51af60a847d8956824f0dcae8c99b (patch) | |
tree | c248a156b2ff04059cede4f50e409c315496490d /assets/css/app.css | |
parent | 79e2f74db9f32b73171d24bf0ae971907b9b6271 (diff) | |
download | waev-52b52c7b09a51af60a847d8956824f0dcae8c99b.tar.gz |
And closer
Diffstat (limited to 'assets/css/app.css')
-rw-r--r-- | assets/css/app.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index fec0b3f..72ef09d 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1,3 +1,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; +} |