Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HOT SINGLES?!?!?!
  • Loading branch information
Jeremy Mill committed Dec 3, 2015
1 parent 2e5fc64 commit 1a8cd92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions TeamDBAwesome/TeamDBAwesome/css/select.css
Expand Up @@ -218,4 +218,16 @@ body > .ui-select-bootstrap.open {
/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
border-color: #D44950;
}

.blink {
animation-duration: 1s;
animation-name: blink;
animation-iteration-count: infinite;
animation-timing-function: steps(2, start);
}
@keyframes blink {
80% {
visibility: hidden;
}
}
2 changes: 1 addition & 1 deletion TeamDBAwesome/TeamDBAwesome/pages/partial-home.html
Expand Up @@ -25,7 +25,7 @@
</div>
</div>

<h2 class=''>HOT SINGLES IN YOUR AREA</h2>
<h2 class='blink'>HOT SINGLES IN YOUR AREA</h2>
<div>
<table class="table table-striped">
<td>Start: Jan 2015</td>
Expand Down

0 comments on commit 1a8cd92

Please sign in to comment.