Sfoglia il codice sorgente

Share more files button.

master
parent
commit
0cf46c57eb

+ 1
- 0
SecureSharing/Views/Home/Link.cshtml Vedi File

<div class="image-logo"> <div class="image-logo">
<h1>Document is ready!</h1> <h1>Document is ready!</h1>
</div> </div>
<a href="/" class="share-more-files-button">Share more files</a>


@if (Model.Share == true) @if (Model.Share == true)
{ {

+ 8
- 2
SecureSharing/wwwroot/css/site.css Vedi File

margin-top: 2px; margin-top: 2px;
margin-right: 0; margin-right: 0;
} }
p{
margin-bottom: 0;

.share-more-files-button {
padding-left: 4px;
color: #FFA463;
}

.share-more-files-button:hover {
color: #90278F;
} }

Loading…
Annulla
Salva