mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-27 14:01:32 +08:00
changing icon rollovers
This commit is contained in:
parent
9bb033858c
commit
01545e6b23
@ -3,13 +3,11 @@
|
|||||||
.col-md-3 {
|
.col-md-3 {
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
&, &:hover { color: @gray-darker; }
|
color: @gray-darker;
|
||||||
|
|
||||||
cursor: pointer;
|
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
border-radius: 6px;
|
border-radius: @border-radius-base;
|
||||||
|
|
||||||
.fa-icon {
|
.fa-icon {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
@ -20,16 +18,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: mix(@jumbotron-bg, #fff, 12%);
|
background-color: @jumbotron-bg;
|
||||||
|
color: @jumbotron-text;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
.fa-icon {
|
.fa-icon {
|
||||||
*font-size: 28px;
|
|
||||||
*vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fa-icon:before {
|
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
vertical-align: -5px;
|
vertical-align: -6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user