Переглянути джерело

Share more files button.

master
radivoje.milutinovic 3 роки тому
джерело
коміт
0cf46c57eb

+ 1
- 0
SecureSharing/Views/Home/Link.cshtml Переглянути файл

@@ -15,6 +15,7 @@ else
<div class="image-logo">
<h1>Document is ready!</h1>
</div>
<a href="/" class="share-more-files-button">Share more files</a>

@if (Model.Share == true)
{

+ 8
- 2
SecureSharing/wwwroot/css/site.css Переглянути файл

@@ -260,6 +260,12 @@ body{
margin-top: 2px;
margin-right: 0;
}
p{
margin-bottom: 0;

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

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

Завантаження…
Відмінити
Зберегти