File tree Expand file tree Collapse file tree 3 files changed +33802
-5
lines changed
Expand file tree Collapse file tree 3 files changed +33802
-5
lines changed Original file line number Diff line number Diff line change 1- # app {min-height : 90vh }footer {min-height : 10vh }.loading-wrapper {display : flex;justify-content : center;align-items : center;position : fixed;top : 0 ;left : 0 ;right : 0 ;bottom : 0 ;background-color : # fff ;z-index : 1029 }
1+ # app {
2+ min-height : 90vh ;
3+ }
4+
5+ footer {
6+ min-height : 10vh ;
7+ }
8+
9+ .loading-wrapper {
10+ display : flex;
11+ justify-content : center;
12+ align-items : center;
13+ position : fixed;
14+ top : 0 ;
15+ left : 0 ;
16+ right : 0 ;
17+ bottom : 0 ;
18+ background-color : # fff ;
19+ z-index : 1029 ;
20+ }
21+
22+ .api {
23+ position : relative;
24+ width : 100px ;
25+ height : 100px ;
26+ display : flex;
27+ align-items : center;
28+ }
29+
30+ .api : hover .api__overlay {
31+
32+ }
33+
34+ .api__overlay {
35+ position : absolute;
36+ top : 0 ;
37+ right : 0 ;
38+ bottom : 0 ;
39+ left : 0 ;
40+ padding : 8px ;
41+ background-color : rgba (0 , 0 , 0 , .8 );
42+ }
43+
44+ .api--opacity .api__overlay {
45+ opacity : 0 ;
46+ transition : opacity .3s ease-in-out;
47+ }
48+
49+ .api--opacity : hover .api__overlay {
50+ opacity : 1 ;
51+ }
52+
53+
54+ /* Custom Image upload */
55+ .api-file {
56+ position : relative;
57+ display : flex;
58+ justify-content : center;
59+ align-items : center;
60+ height : 100% ;
61+ -webkit-user-select : none;
62+ -moz-user-select : none;
63+ -ms-user-select : none;
64+ user-select : none;
65+ }
66+
67+ /* This is the main label file where user will click to upload items. */
68+ .api-file__label {
69+ position : relative;
70+ align-items : stretch;
71+ display : flex;
72+ cursor : pointer;
73+ justify-content : flex-start;
74+ overflow : hidden;
75+ margin : 0 ;
76+ }
77+
78+ .api-file__input {
79+ height : 100% ;
80+ left : 0 ;
81+ opacity : 0 ;
82+ outline : none;
83+ position : absolute;
84+ top : 0 ;
85+ width : 100% ;
86+ }
87+
88+ .api-file__btn {
89+ /* Very very important property. */
90+ position : relative;
91+ color : # fff ;
92+ background-color : # 007bff ;
93+ display : inline-block;
94+ font-weight : 400 ;
95+ text-align : center;
96+ vertical-align : middle;
97+ -webkit-user-select : none;
98+ -moz-user-select : none;
99+ -ms-user-select : none;
100+ user-select : none;
101+ border : 1px solid # 007bff ;
102+ padding : 6px 12px ;
103+ font-size : 1rem ;
104+ line-height : 1.5 ;
105+ border-radius : .25rem ;
106+ }
107+
108+ .api-file__text {
109+ align-items : stretch;
110+ display : flex;
111+ cursor : pointer;
112+ justify-content : flex-start;
113+ overflow : hidden;
114+ position : relative;
115+ }
116+
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
2- "/js/app.js" : " /js/app.js" ,
3- "/css/app.css" : " /css/app.css"
2+ "/js/app.js" : " /js/app.js?id=9b3ca8fc4628b8185ebe " ,
3+ "/css/app.css" : " /css/app.css?id=aefe1876af1802310a0f "
44}
You can’t perform that action at this time.
0 commit comments