no opacity rule for btn-primary
This commit is contained in:
parent
baf011cbf6
commit
ff6b9aee47
|
@ -64,6 +64,9 @@
|
|||
i.fa {
|
||||
opacity: 0.7;
|
||||
}
|
||||
&.btn-primary i.fa {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
// Primary button
|
||||
|
|
Loading…
Reference in New Issue