summaryrefslogtreecommitdiff
path: root/webui/website/static/style2.css
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-05-11 02:18:29 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-05-11 02:18:29 +0530
commit4a30205c7c2ca5dee773bc41f0cce448c98ad72f (patch)
treea8413ccea2bf88fbc7e1001410ecb9e7e7e9d722 /webui/website/static/style2.css
parentb7fb654b5257d8fc753b202c3639e94da7d1af20 (diff)
webui: flask dump
Diffstat (limited to 'webui/website/static/style2.css')
-rw-r--r--webui/website/static/style2.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/webui/website/static/style2.css b/webui/website/static/style2.css
new file mode 100644
index 0000000..f50e8f0
--- /dev/null
+++ b/webui/website/static/style2.css
@@ -0,0 +1,34 @@
+.buttonclick {
+ background-color: #383737;
+ border-radius: 4px;
+ border-style: none;
+ box-sizing: border-box;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
+ font-size: 16px;
+ font-weight: 700;
+ line-height: 1.5;
+ margin: 0 auto;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ max-width: 200px;
+ min-height: 44px;
+ min-width: 10px;
+ outline: none;
+ overflow: hidden;
+ padding: 9px 20px 8px;
+ position: relative;
+ text-align: center;
+ text-transform: none;
+ user-select: none;
+ -webkit-user-select: none;
+ touch-action: manipulation;
+ width: 100%;
+}
+
+.buttonclick:hover,
+.buttonclick:focus {
+ opacity: .75;
+}