sms-pager/app/assets/stylesheets/atoms/buttons.scss
2015-10-04 20:27:03 -05:00

16 lines
166 B
SCSS

.btn {
cursor: pointer;
display: inline-block;
text-decoration: none;
&:hover {
color: $grey;
}
&:active {
box-shadow: 0 0 0.1em $grey;
}
}