Skip to content

Commit c703ab1

Browse files
author
ahmadhussnain
committed
public directory compiled css and js file are updated.
1 parent c1b9f4c commit c703ab1

File tree

3 files changed

+33802
-5
lines changed

3 files changed

+33802
-5
lines changed

public/css/app.css

Lines changed: 116 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,116 @@
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+

public/js/app.js

Lines changed: 33684 additions & 2 deletions
Large diffs are not rendered by default.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
}

0 commit comments

Comments
 (0)