add some color effects to cammie buttons
This commit is contained in:
parent
a8dac9d966
commit
1b7b1f5ac4
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@
|
|||
&:not(:last-child){
|
||||
margin-right: 5px;
|
||||
}
|
||||
&:hover{
|
||||
color: #363636;
|
||||
}
|
||||
&:active{
|
||||
background-color: #b36b00; //dark orange
|
||||
color: #363636;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue