From 52b52c7b09a51af60a847d8956824f0dcae8c99b Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 4 Feb 2020 18:11:46 +0100 Subject: And closer --- assets/css/app.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'assets/css') 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; +} -- cgit v1.2.3