소스 검색

TODO: upload files

master
부모
커밋
cff6406890
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    0
      SecureSharing/Views/Home/Link.cshtml
  2. 2
    2
      SecureSharing/wwwroot/css/site.css

+ 2
- 0
SecureSharing/Views/Home/Link.cshtml 파일 보기

@@ -70,6 +70,8 @@ else
<div class="label-text link-show">
@Model.MessageModel.Text
</div>
<a class="btn btn-light share-button" asp-controller="Home" asp-action="Index">Share new message securely!</a>
}
}


+ 2
- 2
SecureSharing/wwwroot/css/site.css 파일 보기

@@ -170,7 +170,7 @@ body{
align-self: stretch;
flex-grow: 0;
color: #FFFFFF;
font-size: 40px;
font-size: 35px;
}

.share-button:hover {
@@ -196,7 +196,7 @@ body{
align-self: stretch;
flex-grow: 0;
color: #FFFFFF;
font-size: 40px;
font-size: 35px;
}

.input-message {

Loading…
취소
저장