summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_access-history.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-17 08:36:53 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-17 08:36:53 -0400
commitbe07d634645ac1f095f7d4bec182a604075c6138 (patch)
tree8d2f59791d2d418b93e4fff227fef2405be7dfd0 /webapp/sass/routes/_access-history.scss
parentcba59d4eb6ef0f65304bc72339c676ebfd653e2b (diff)
parent64321f88f358e23489559d675b9194f856c0175c (diff)
downloadchat-be07d634645ac1f095f7d4bec182a604075c6138.tar.gz
chat-be07d634645ac1f095f7d4bec182a604075c6138.tar.bz2
chat-be07d634645ac1f095f7d4bec182a604075c6138.zip
Merge pull request #2448 from asaadmahmoodspin/ui-improvements
Updating sass lint stuff with other scss improvements
Diffstat (limited to 'webapp/sass/routes/_access-history.scss')
-rw-r--r--webapp/sass/routes/_access-history.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/sass/routes/_access-history.scss b/webapp/sass/routes/_access-history.scss
index 7ede7b085..ea66f5f00 100644
--- a/webapp/sass/routes/_access-history.scss
+++ b/webapp/sass/routes/_access-history.scss
@@ -2,9 +2,9 @@
.access-history__table {
display: table;
- width: 100%;
- padding-top: 15px;
line-height: 1.6;
+ padding-top: 15px;
+ width: 100%;
&:first-child {
padding: 0;
@@ -16,8 +16,8 @@
}
.access__date {
- font-weight: 600;
font-size: 15px;
+ font-weight: 600;
width: 190px;
}