blog-source/themes/next/source/css/_common/outline/sidebar/sidebar-button.styl
2022-03-15 20:46:31 +08:00

26 lines
396 B
Stylus

.sidebar-button {
margin-top: 15px;
a {
border: 1px solid $orange;
border-radius: 4px;
color: $orange;
display: inline-block;
padding: 0 15px;
.fa, .fab, .far, .fas {
margin-right: 5px;
}
&:hover {
background: $orange;
border: 1px solid $orange;
color: white;
.fa, .fab, .far, .fas {
color: white;
}
}
}
}