So sad, reply-new icon is not circle. I can't tolerate this <3

This commit is contained in:
Erick Guan 2014-05-18 00:24:51 +08:00
parent b0ff2b2311
commit 76e26daf87
1 changed files with 7 additions and 9 deletions

View File

@ -72,28 +72,26 @@
outline: 1px solid transparent;
}
.reply-new {
a.reply-new {
position: absolute;
margin-top: -2px;
color: scale-color($primary, $lightness: 50%);
i {
font-size: 12px;
margin-right: 5px;
background: $secondary;
border: 1px solid scale-color($primary, $lightness: 90%);
padding: 2px 4px;
padding: 1.5px 3px;
border-radius: 20px;
transition: linear 0.15s;
-webkit-transition: linear 0.15s;
}
}
a.reply-new {
position: absolute;
color: scale-color($primary, $lightness: 50%);
margin-top: -2px;}
a:hover.reply-new {
color: $tertiary;
i {background: scale-color($tertiary, $lightness: 75%);
i {
background: scale-color($tertiary, $lightness: 75%);
border: 1px solid $tertiary;
padding: 2px 4px;
}
}