调整喜欢按钮的显示
This commit is contained in:
parent
db62889114
commit
aa2c60f6f0
|
@ -1190,16 +1190,3 @@
|
|||
|
||||
@import 'foundation';
|
||||
@import 'foundation-icons';
|
||||
|
||||
.like-button {
|
||||
color: #eaa296 !important;
|
||||
background-color: transparent !important;
|
||||
border: 1px solid #e79385 !important;
|
||||
border-radius: 10rem;
|
||||
&:hover {
|
||||
background-color: #FCFF9E !important;
|
||||
}
|
||||
&:focus {
|
||||
outline-style: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
border: 1px solid #e79385 !important;
|
||||
border-radius: 10rem;
|
||||
&:hover {
|
||||
background-color: #FCFF9E !important;
|
||||
color: #e07662 !important;
|
||||
border-color: #e27d6b !important;
|
||||
}
|
||||
&:focus {
|
||||
outline-style: none !important;
|
||||
|
|
Loading…
Reference in New Issue