mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPROVEMENT: animation resolving
This commit is contained in:
parent
ade18343c2
commit
189c938d92
@ -1,8 +1,4 @@
|
||||
// pulse
|
||||
.pulse {
|
||||
animation: pulse 0.8s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
|
@ -3,6 +3,10 @@
|
||||
*/
|
||||
@import "../_animations";
|
||||
|
||||
.pulse {
|
||||
animation: pulse 0.8s linear infinite;
|
||||
}
|
||||
|
||||
// don't let images be wider than the parent layer
|
||||
div, a, span, button, i {
|
||||
background-repeat: no-repeat;
|
||||
|
Loading…
Reference in New Issue
Block a user