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 | |
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')
-rw-r--r-- | web/sass-files/sass/partials/_loading.scss | 2 | ||||
-rw-r--r-- | web/sass-files/sass/partials/_post.scss | 4 | ||||
-rw-r--r-- | web/sass-files/sass/partials/_responsive.scss | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_loading.scss b/web/sass-files/sass/partials/_loading.scss index d71055722..ab8601df6 100644 --- a/web/sass-files/sass/partials/_loading.scss +++ b/web/sass-files/sass/partials/_loading.scss @@ -37,4 +37,4 @@ to { opacity: 0.1; } } } -} +}
\ No newline at end of file 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); } } } diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index e0b35d0bf..d29c653ff 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -417,7 +417,7 @@ padding: 0 1em; } form { - padding: 10px 0 0 0; + padding: 0; } .post-create-body { padding-bottom: 10px; |