diff options
author | Corey Hulen <corey@hulen.com> | 2015-09-25 14:28:40 -0700 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-09-25 14:28:40 -0700 |
commit | 4b93705579b3e5438437865e4715279db8a87454 (patch) | |
tree | eef7816db76cdffbdbdb18747305f5ca2ce49f56 /web/sass-files/sass/partials/_post.scss | |
parent | edd99e243f0688a1bae2613558438d78e492c9b8 (diff) | |
parent | 4667d8c61e458f9f24690fd766e7beb8887c84ce (diff) | |
download | chat-4b93705579b3e5438437865e4715279db8a87454.tar.gz chat-4b93705579b3e5438437865e4715279db8a87454.tar.bz2 chat-4b93705579b3e5438437865e4715279db8a87454.zip |
Merge pull request #813 from asaadmahmoodspin/plt-366
PLT-366 - Adding Windows 10 dark theme.
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r-- | web/sass-files/sass/partials/_post.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index a1958af3b..7532875d6 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -185,7 +185,7 @@ body.ios { .post-create__container { form { width: 100%; - padding: 10px 1em 0 1em; + padding: 0 1em; margin: 0; } .post-create-body { @@ -257,7 +257,7 @@ body.ios { line-height: 18px; display: inline-block; font-size: 13px; - color: #777; + @include opacity(0.6); } } } |