generator-php-scaffold
Version:
This generator create a application with restful architecture with Zend 3 or Symfony framework
26 lines (24 loc) • 455 B
CSS
/*my-app .main-panel .main-content .card{
animation-duration: 750ms;
opacity: 0;
animation-name: fadeIn;
animation-fill-mode: forwards;
}*/
.tim-typo{
padding-left: 25%;
margin-bottom: 40px;
position: relative;
width: 100%;
}
.tim-typo .tim-note{
bottom: 5px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: 13px;
line-height: 15px;
left: 0;
margin-left: 20px;
position: absolute;
width: 260px;
}