summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_headers.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-11-19 01:11:06 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-11-19 01:11:06 +0500
commitade5802ed1ecabdc388c9838d23eec2a9c46e096 (patch)
treef1c16839eef340ee0cf4a37f9df612b39d57154f /web/sass-files/sass/partials/_headers.scss
parente408d615c02ae3c863df3c7dc13d1b813c22fd28 (diff)
downloadchat-ade5802ed1ecabdc388c9838d23eec2a9c46e096.tar.gz
chat-ade5802ed1ecabdc388c9838d23eec2a9c46e096.tar.bz2
chat-ade5802ed1ecabdc388c9838d23eec2a9c46e096.zip
Posts structure improvement
Diffstat (limited to 'web/sass-files/sass/partials/_headers.scss')
-rw-r--r--web/sass-files/sass/partials/_headers.scss32
1 files changed, 16 insertions, 16 deletions
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index 69bc56841..51625afe0 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -54,9 +54,9 @@
}
.channel-intro {
- padding-bottom:5px;
- margin: 0 1em 35px;
- max-width: 850px;
+ margin: 0 auto 35px;
+ padding: 0 1em 5px;
+ max-width: 1000px;
border-bottom: 1px solid lightgrey;
.intro-links {
margin: 0 1.5em 10px 0;
@@ -216,7 +216,6 @@
font-size: 14px;
line-height: 56px;
#member_popover {
- margin-right: 5px;
width: 45px;
color: #999;
cursor: pointer;
@@ -292,20 +291,21 @@
}
.channel-header__links {
- height: 32px;
- width: 32px;
- @include border-radius(50px);
- border: 1px solid #ccc;
+ height: 30px;
+ width: 24px;
+ line-height: 26px;
margin-right: 10px;
+ font-size: 22px;
> a {
- @include border-radius(50px);
- height: 100%;
- display: block;
+ color: inherit;
+ text-decoration: none;
+ @include opacity(0.6);
@include single-transition(all, 0.1s, ease-in);
- }
- svg {
- vertical-align: top;
- margin: 7px 0 0 0px;
- fill: inherit;
+ &:hover {
+ @include opacity(1);
+ }
+ &:focus {
+ color: inherit;
+ }
}
}