.high-score { $w: 350px; padding:20px; text-align:center; img { width:$w; } .line { line-height:30px; } .spacer { height:100px; } @keyframes blink { 50% { opacity: 0.6; } } @-webkit-keyframes blink { 50% { opacity: 0.6; } } .blink { animation: blink 1s step-start 0s infinite; -webkit-animation: blink 1s step-start 0s infinite; } .initial { display:inline-block; } // .highscores { // margin:0 auto; // width:350px; // } // // .newgame { // margin:20px 0; // transition:opacity 0.1s ease; // // &.hidden { // opacity: 0.5; // } // } } // // .highscores { // $w: 350px; // // font-size: 0; // // hr { // border:0; // border-top:1px solid #ccc; // margin:20px auto; // width: $w; // } // // .blink { // animation: blinker 1s none infinite; // } // // @keyframes blinker { // 50% { opacity: 0.6; } // } // // .line { // font-size:16px; // line-height:30px; // margin: 10px auto; // text-align:center; // width:$w; // }; // // .entry { // font-size:16px; // line-height:40px; // } // // .rank { // display:inline-block; // text-align:left; // width:50px; // } // // .initials { // display:inline-block; // width:100px; // } // // .score { // display:inline-block; // text-align:right; // width:200px; // } // }