hexo
This commit is contained in:
27
themes/next/source/css/_common/components/third-party/needsharebutton.styl
vendored
Normal file
27
themes/next/source/css/_common/components/third-party/needsharebutton.styl
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
#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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user