Merge pull request #198 from gabrielbazan7/feat/sendView

Send view contents
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-27 14:14:07 -03:00 committed by GitHub
commit 12bcf8bac4
7 changed files with 49 additions and 29 deletions

View file

@ -16,4 +16,11 @@
position: absolute;
top: 10px;
}
.show-more {
text-align: center;
padding: 20px;
font-size: 16px;
color: #387ef5;
font-weight: bold;
}
}