From aed5f44ff3662d664248b26d4b2e7870cfcb360a Mon Sep 17 00:00:00 2001 From: giggs Date: Mon, 25 Jul 2022 21:20:40 +0200 Subject: [PATCH] default button class, inline styling --- src/templates/src/user_profile.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/templates/src/user_profile.html b/src/templates/src/user_profile.html index 7d68b64..fa1c9a2 100644 --- a/src/templates/src/user_profile.html +++ b/src/templates/src/user_profile.html @@ -24,18 +24,7 @@ .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 }}