Fix saved/unsave alignment (#2653) [ci skip]

This commit is contained in:
rhymes 2019-05-02 18:53:40 +02:00 committed by Mac Siri
parent 56e13d00f0
commit 0e41a37eb6

View file

@ -638,7 +638,7 @@
}
.article-reading-time {
position: absolute;
right: 75px;
right: 82px;
bottom: 12px;
font-size: 13px;
padding: 6px 0px;
@ -698,10 +698,12 @@
}
.bm-success {
display: none;
position: relative;
top: 1px;
}
.bm-initial {
&:after{
content: "SAVE";
&:after {
content: 'SAVE';
}
}
&.selected {
@ -714,11 +716,12 @@
.bm-success {
display: inline-block;
&:before{
content: "SAVED";
&:before {
content: 'SAVED';
}
&:hover:before{
content: "UNSAVE";
&:hover:before {
content: 'UNSAVE';
}
}
}
@ -1620,4 +1623,4 @@
);
background-size: 800px 104px;
position: relative;
}
}