Mise à jour de 'src/templates/src/user_profile.html'

Change the New project link into a button
This commit is contained in:
giggs 2022-07-24 15:29:33 +00:00
parent f8aa839353
commit 69bc617bb3
1 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,18 @@
.admin .cover {
background: repeating-linear-gradient( -45deg, #ff6c00, #ff6c00 12px, #000000 5px, #000000 25px );
}
.button {
background-color: #7e3834;
color: white;
text-align: start;
font-size: 18px;
padding: 15px 26px;
display: inline-block;
cursor: pointer;
}
}
</style>
{{ end }}