💄 Uniform the tool buttons font size.
This commit is contained in:
parent
6865ec72c7
commit
50f17ff502
@ -4,6 +4,10 @@
|
|||||||
background: none;
|
background: none;
|
||||||
bottom: 55px;
|
bottom: 55px;
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
|
font-size: $font-size-small;
|
||||||
|
@include mobile() {
|
||||||
|
font-size: $font-size-smaller;
|
||||||
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: block;
|
display: block;
|
||||||
@ -14,7 +18,6 @@
|
|||||||
background-color: $tool-btn-bg;
|
background-color: $tool-btn-bg;
|
||||||
color: $tool-btn-color;
|
color: $tool-btn-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: $font-size-larger;
|
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
@ -29,7 +32,6 @@
|
|||||||
height: 24px;
|
height: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-size: $font-size-small;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -49,10 +51,6 @@
|
|||||||
|
|
||||||
@if $back2top_enable {
|
@if $back2top_enable {
|
||||||
.back-to-top {
|
.back-to-top {
|
||||||
font-size: $font-size-small;
|
|
||||||
@include mobile() {
|
|
||||||
font-size: $font-size-smaller;
|
|
||||||
}
|
|
||||||
|
|
||||||
@if not $back2top_scrollpercent {
|
@if not $back2top_scrollpercent {
|
||||||
span {
|
span {
|
||||||
|
Loading…
Reference in New Issue
Block a user