mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPROVEMENT: animate regular fontawesome icons
This commit is contained in:
parent
26ab1727d3
commit
b2dfb988c3
34
dist/css/app.css
vendored
34
dist/css/app.css
vendored
@ -14686,42 +14686,72 @@ a:focus,
|
||||
[data-toggle]:hover,
|
||||
[data-toggle]:focus,
|
||||
button:hover,
|
||||
button:focus {
|
||||
button:focus,
|
||||
.btn:hover,
|
||||
.btn:focus {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.a:hover > .far,
|
||||
.a:hover > .fas,
|
||||
.a:hover > .fab,
|
||||
.a:hover.far,
|
||||
.a:hover.fas,
|
||||
.a:hover.fab,
|
||||
.a:focus > .far,
|
||||
.a:focus > .fas,
|
||||
.a:focus > .fab,
|
||||
.a:focus.far,
|
||||
.a:focus.fas,
|
||||
.a:focus.fab,
|
||||
a:hover > .far,
|
||||
a:hover > .fas,
|
||||
a:hover > .fab,
|
||||
a:hover.far,
|
||||
a:hover.fas,
|
||||
a:hover.fab,
|
||||
a:focus > .far,
|
||||
a:focus > .fas,
|
||||
a:focus > .fab,
|
||||
a:focus.far,
|
||||
a:focus.fas,
|
||||
a:focus.fab,
|
||||
[data-toggle]:hover > .far,
|
||||
[data-toggle]:hover > .fas,
|
||||
[data-toggle]:hover > .fab,
|
||||
[data-toggle]:hover.far,
|
||||
[data-toggle]:hover.fas,
|
||||
[data-toggle]:hover.fab,
|
||||
[data-toggle]:focus > .far,
|
||||
[data-toggle]:focus > .fas,
|
||||
[data-toggle]:focus > .fab,
|
||||
[data-toggle]:focus.far,
|
||||
[data-toggle]:focus.fas,
|
||||
[data-toggle]:focus.fab,
|
||||
button:hover > .far,
|
||||
button:hover > .fas,
|
||||
button:hover > .fab,
|
||||
button:hover.far,
|
||||
button:hover.fas,
|
||||
button:hover.fab,
|
||||
button:focus > .far,
|
||||
button:focus > .fas,
|
||||
button:focus > .fab,
|
||||
button:focus.far,
|
||||
button:focus.fas,
|
||||
button:focus.fab {
|
||||
button:focus.fab,
|
||||
.btn:hover > .far,
|
||||
.btn:hover > .fas,
|
||||
.btn:hover > .fab,
|
||||
.btn:hover.far,
|
||||
.btn:hover.fas,
|
||||
.btn:hover.fab,
|
||||
.btn:focus > .far,
|
||||
.btn:focus > .fas,
|
||||
.btn:focus > .fab,
|
||||
.btn:focus.far,
|
||||
.btn:focus.fas,
|
||||
.btn:focus.fab {
|
||||
-webkit-transform: rotate(-180deg);
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
|
2
dist/css/app.css.map
vendored
2
dist/css/app.css.map
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"author": "Tony Air <tony@twma.pro>",
|
||||
"license": "MIT",
|
||||
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
|
||||
|
@ -20,13 +20,16 @@ img {
|
||||
.a,
|
||||
a,
|
||||
[data-toggle],
|
||||
button {
|
||||
button,
|
||||
.btn {
|
||||
&:hover,
|
||||
&:focus {
|
||||
opacity: .8;
|
||||
|
||||
> .far,
|
||||
> .fas,
|
||||
> .fab,
|
||||
&.far,
|
||||
&.fas,
|
||||
&.fab {
|
||||
transform: rotate(-180deg);
|
||||
|
Loading…
Reference in New Issue
Block a user