Skip to content

Commit

Permalink
Get customer lampeggiante
Browse files Browse the repository at this point in the history
  • Loading branch information
achillecalegari committed May 27, 2016
1 parent 8e55ce2 commit da3e44a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions web/css/representative.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,23 @@

.OT_widget-container {
background-color: rgba(0, 184, 255, 0.85) !important;
}

.get-customer {
-webkit-animation: background 1s cubic-bezier(1,0,0,1) infinite;
animation: background 1s cubic-bezier(1,0,0,1) infinite;
}

@-webkit-keyframes background {
0% { background-color: #2280c8; }
33% { background-color: #0090ff; }
67% { background-color: #6facff; }
100% { background-color: #bbd8ff; }
}

@keyframes background {
0% { background-color: #2280c8; }
33% { background-color: #0090ff; }
67% { background-color: #6facff; }
100% { background-color: #bbd8ff; }
}

0 comments on commit da3e44a

Please sign in to comment.