scss org and parenthood adding
This commit is contained in:
15
app/assets/stylesheets/atoms/buttons.scss
Normal file
15
app/assets/stylesheets/atoms/buttons.scss
Normal file
@ -0,0 +1,15 @@
|
||||
.btn {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
|
||||
&:hover {
|
||||
color: $grey;
|
||||
}
|
||||
|
||||
&:active {
|
||||
box-shadow: 0 0 0.1em $grey;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user