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

16 lines
157 B
SCSS
Raw Normal View History

2015-10-03 15:15:19 -05:00
.btn {
cursor: pointer;
display: inline-block;
padding: 5px;
&:hover {
color: $grey;
}
&:active {
box-shadow: 0 0 0.1em $grey;
}
}