Quellcode durchsuchen

Share more files button.

master
radivoje.milutinovic vor 3 Jahren
Ursprung
Commit
0cf46c57eb
2 geänderte Dateien mit 9 neuen und 2 gelöschten Zeilen
  1. 1
    0
      SecureSharing/Views/Home/Link.cshtml
  2. 8
    2
      SecureSharing/wwwroot/css/site.css

+ 1
- 0
SecureSharing/Views/Home/Link.cshtml Datei anzeigen

@@ -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 Datei anzeigen

@@ -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;
}

Laden…
Abbrechen
Speichern