From b6930703bb100ff3dc3637c5150b6ab993c1275a Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Mon, 15 Feb 2021 10:22:26 +0200 Subject: Front end for password protected files --- css/sharefile_style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 css/sharefile_style.css (limited to 'css/sharefile_style.css') diff --git a/css/sharefile_style.css b/css/sharefile_style.css new file mode 100644 index 0000000..f7118fc --- /dev/null +++ b/css/sharefile_style.css @@ -0,0 +1,25 @@ +body { + display: flex; + align-items: center; + justify-content: center; +} + +.content { + flex: 0 0 0; + display: flex; + flex-direction: column; + gap: 1rem; + align-items: center; + justify-content: center; +} + +.h { + display: flex; + gap: 0.8rem; + align-items: center; + justify-content: center; +} + +input[type=submit] { + margin-top: 0.5rem; +} -- cgit v1.2.3