diff options
author | Corey Hulen <corey@hulen.com> | 2015-07-22 18:17:15 -0800 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-07-22 18:17:15 -0800 |
commit | 37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f (patch) | |
tree | 5171e58aa21990f53db8a5cca393cfe47aa8f5ef /web/sass-files/sass/partials/_access-history.scss | |
parent | f4c3eaa8c091366a956fa2ab48124190f4f9082b (diff) | |
parent | 78e3cdefb94c0fe378e4046e79e27be3c7997cb5 (diff) | |
download | chat-37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f.tar.gz chat-37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f.tar.bz2 chat-37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f.zip |
Merge pull request #240 from asaadmahmoodspin/master
Minor UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_access-history.scss')
-rw-r--r-- | web/sass-files/sass/partials/_access-history.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_access-history.scss b/web/sass-files/sass/partials/_access-history.scss index f54c9a122..412a2a1d0 100644 --- a/web/sass-files/sass/partials/_access-history.scss +++ b/web/sass-files/sass/partials/_access-history.scss @@ -12,7 +12,7 @@ } .access__date { font-weight: 600; - font-size: 16px; + font-size: 15px; width: 190px; } .access__report { @@ -21,7 +21,7 @@ } .report__time { font-weight: 600; - font-size: 16px; + font-size: 15px; } .report__info { color: #999; |