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