Fix saved/unsave alignment (#2653) [ci skip]
This commit is contained in:
parent
56e13d00f0
commit
0e41a37eb6
1 changed files with 11 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue