aboutsummaryrefslogtreecommitdiffstats
path: root/css/sharefile_style.css
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-03-19 21:58:50 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-03-19 21:58:50 +0200
commitdd6cf660b033251c5ab08fa0c3e32a44022a7039 (patch)
tree56f9cd27afbe55853310bd6f08ae7d50054b080e /css/sharefile_style.css
parent97bdd475b520630ad96fb4db31248348b117e8ea (diff)
downloadfileup-dd6cf660b033251c5ab08fa0c3e32a44022a7039.tar.gz
Added evil microsoft typescript
Diffstat (limited to 'css/sharefile_style.css')
-rw-r--r--css/sharefile_style.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/css/sharefile_style.css b/css/sharefile_style.css
deleted file mode 100644
index f7118fc..0000000
--- a/css/sharefile_style.css
+++ /dev/null
@@ -1,25 +0,0 @@
-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;
-}