From c507eb21c50e723a04d2efbae2d670e20c21f412 Mon Sep 17 00:00:00 2001 From: giggs Date: Mon, 25 Jul 2022 21:47:36 +0200 Subject: [PATCH] default button class, inline style --- src/templates/src/user_profile.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/templates/src/user_profile.html b/src/templates/src/user_profile.html index e83c885..b5d4a99 100644 --- a/src/templates/src/user_profile.html +++ b/src/templates/src/user_profile.html @@ -24,18 +24,6 @@ .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; - } - - } {{ end }} @@ -147,7 +135,7 @@ {{ end }} {{ if .OwnProfile }} {{ if .CanAddProject }} - <Add New Project> + Add New Project {{ else }} You have reached the maximum number of personal projects. {{ end }}