From e3a710897f6479a6621f7c34c9710bf69c78652f Mon Sep 17 00:00:00 2001 From: danamir Date: Sun, 10 May 2020 19:38:22 +0300 Subject: [PATCH] buttons redesign --- app.py | 4 ---- static/css/yespage.css | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index 52c6a7f..d22cee3 100644 --- a/app.py +++ b/app.py @@ -22,10 +22,6 @@ def nopressed(): return render_template('nopage.html') -@app.route('test', methods=['GET', 'POST']) -def t(): - return render_template('/test/t1.html') - if __name__ == '__main__': app.jinja_env.auto_reload = True app.run(debug=False, host='0.0.0.0') \ No newline at end of file diff --git a/static/css/yespage.css b/static/css/yespage.css index 55a6737..21a8fd2 100644 --- a/static/css/yespage.css +++ b/static/css/yespage.css @@ -55,6 +55,9 @@ img{ background-color: #fe5f55; text-transform: uppercase; border: #fe5f55; + width: 200px; + height: 50px; + border-radius: 24px; } #mainpage{ vertical-align: middle;