wblog/app/assets/stylesheets/like_and_weixin.scss

26 lines
474 B
SCSS
Raw Normal View History

2014-03-31 00:17:06 +08:00
.like-button {
2014-04-03 20:43:05 +08:00
color: #eaa296 !important;
background-color: transparent !important;
border: 1px solid #e79385 !important;
border-radius: 10rem;
&:hover {
2014-04-03 20:54:56 +08:00
color: #e07662 !important;
border-color: #e27d6b !important;
2014-04-03 20:43:05 +08:00
}
&:focus {
outline-style: none !important;
}
2014-03-31 00:17:06 +08:00
span {
margin-left: 0.23rem;
}
2014-04-03 20:43:05 +08:00
}
.like-button.liked {
background-color: #EAA296 !important;
color: #FFF !important;
&:focus {
outline-style: none !important;
}
2014-03-31 00:17:06 +08:00
}