sms-pager/app/assets/stylesheets/atoms/buttons.scss

16 lines
166 B
SCSS
Raw Normal View History

2015-10-03 15:15:19 -05:00
.btn {
cursor: pointer;
display: inline-block;
2015-10-04 20:27:03 -05:00
text-decoration: none;
2015-10-03 15:15:19 -05:00
&:hover {
color: $grey;
}
&:active {
box-shadow: 0 0 0.1em $grey;
}
}