angular-backtop
Version:
38 lines (37 loc) • 793 B
text/less
#backtop.light {
bottom: 30px;
right: 30px;
&.full-width {
background: white;
bottom: 0;
left: 0;
width: 100%;
button {
width: 100%;
margin: 0 auto;
text-align: center;
padding: 15px 0;
border-radius: 0;
border-left: none;
border-right: none;
}
}
button {
color: black;
background: white;
padding: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
&:hover, &:focus {
background: #f1f1f1;
}
border: 1px solid #9f9f9f;
&:active {
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
background: #fafafa;
}
}
}