Barış Soner Uşaklı
parent 8f32bb9913
commit cdf2bec907

@ -104,7 +104,7 @@
.post-header { .post-header {
position: relative; position: relative;
} }
.bookmarked { .bookmarked {
position: absolute; position: absolute;
top: -2px; top: -2px;
@ -575,18 +575,18 @@
[component="post"] { [component="post"] {
[component="user/picture"], [component="user/status"] { >.post-header [component="user/picture"], >.post-header [component="user/status"] {
opacity: 1; opacity: 1;
} }
.icon:before { >.post-header .icon:before {
opacity: 0; opacity: 0;
} }
&.bg-success { &.bg-success {
background-color: initial; background-color: initial;
.icon:before { >.post-header .icon:before {
border: 1px solid #5cb85c; border: 1px solid #5cb85c;
color: #5cb85c; color: #5cb85c;
-webkit-transition: .2s ease-in-out all; -webkit-transition: .2s ease-in-out all;
@ -600,7 +600,7 @@
font: normal normal normal 14px/1 FontAwesome; font: normal normal normal 14px/1 FontAwesome;
} }
[component="user/picture"], [component="user/status"] { >.post-header [component="user/picture"], >.post-header [component="user/status"] {
opacity: 0; opacity: 0;
} }
} }

Loading…
Cancel
Save