forked from aniav/ynab-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
26 lines (18 loc) · 1.33 KB
/
app.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
html, body, .dropzone { height: 100%; }
/* Loading helpers*/
body:not(.angular_loaded) .show_on_load { display: none; }
.angular_loaded .hide_on_load { display: none; }
#angular_is_loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.5); color: white; font-size: 70px; text-align: center; padding-top: 200px; box-shadow: 0 0 10px rgba(0,0,0,.5); transition: all 2s; -webkit-transition: all 2s; }
body.angular_loaded #angular_is_loading { display: none; top: 3000px; bottom: -3000px; }
/* Header */
#header_nav { position: fixed; top: 0; left: 0; right: 0; padding: 10px; background-color: rgb(240, 240, 240);; box-shadow: 0 0 10px rgba(0,0,0,.5); }
#header_nav h1 { display: inline-block; font-size: 20px; margin: 0; vertical-align: middle; margin-right: 15px;}
/* Dropzone */
.dropzone { padding-top: 54px; }
.dropzone.dragging { background-color: #D2E4F8; }
#upload_wrapper { text-align: center;}
#upload_wrapper #drop_text { font-size: 60px; padding-top: 200px; }
#upload_wrapper .fileUpload { position: relative; overflow: hidden; margin: 10px; }
#upload_wrapper .fileUpload input { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); }
#tool_wrapper { margin-bottom: 40px; }
#tool_wrapper .table-container { overflow: auto; }