_cover.scss 977 Bytes
.cover-bg-pan
{
  background: url('../img/cover.jpg') no-repeat;
  background-size:320px 504px;
  width:320px;
  height:504px;
  margin:0 auto;
  .cover-white-but-big
  {
     border:3px solid #000;
     background:#fff;
     font-size:20px;
     color:#000;
     display: block;
	 width: 224px;
	 height: 56px;
	 line-height: 56px;
	 text-align: center;
  }
  .cover-black-but-big
  {
     border:3px solid #FFF;
     background:#000;
     font-size:20px;
     color:#FFF;
     display: block;
     width: 224px;
     height: 56px;
     margin-top:20px;
     line-height: 56px;
     text-align: center;
  }
  .cover-bottom-logo
  {
     font-size:20px;
     color:#fff;
     width:88px;
     font-size: 40px;
	 color: #fff;
	 width: 88px;
	 margin:100px auto 0 auto;
	 letter-spacing: 1px;
	 .last-words
	 {
	    display: inline-block;
        margin-left: -10px;
	 }
  }
  .middle-pan
  {
     width:224px;
     height:300px;
     margin:0 auto;
     padding-top:120px;
  }
}