Merge pull request #4902 from gabrielbazan7/feat/newRealeases

new releases
This commit is contained in:
Matias Alejo Garcia 2016-10-27 11:58:06 -03:00 committed by GitHub
commit 72f3a79457
4 changed files with 36 additions and 2 deletions

View file

@ -103,4 +103,19 @@
}
}
}
.release {
cursor: pointer;
cursor: hand;
background-color: #E9E9EC;
padding-top: 30px;
padding-bottom: 20px;
text-align: center;
color: #444;
i {
margin-top: 1px;
font-size: 20px;
margin-left: 10px;
position: absolute;
}
}
}