Cool-Y.github.io/themes/next/source/css/_common/components/third-party/needsharebutton.styl
2019-04-02 16:28:32 +08:00

28 lines
481 B
Stylus

#needsharebutton-postbottom {
position: relative;
cursor: pointer;
height: 26px;
.btn {
display: initial;
padding: 1px 4px;
border: 1px solid $btn-default-border-color;
border-radius: 3px;
}
}
#needsharebutton-float {
position: fixed;
bottom: 38px;
left: -8px;
z-index: 9999;
cursor: pointer;
.btn {
//display: initial;
padding: 0 10px 0 14px
border: 1px solid $btn-default-border-color;
border-radius: 4px;
}
}