-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.scss
61 lines (61 loc) · 1.29 KB
/
styles.scss
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
body {
background-color: black !important;
height: 100vh;
padding: 0;
margin: 0;
color: #bebebe;
#app {
height: 100%;
padding: 0;
margin: 0;
.app {
height: 100%;
padding: 0;
margin: 0;
section.container-fluid {
padding: 15px;
display: flex;
flex-direction: column;
justify-content: start;
justify-items: flex-start;
align-items: stretch;
h4 {
padding-top: 16px;
}
}
}
}
}
.dropzone {
background-color: #343a40 !important;
color: #bebebe !important;
border: 3px dashed #6c757d !important;
border-radius: 20px !important;
// padding: 30px;
text-align: center;
vertical-align: middle;
cursor: pointer;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-basis: min-content;
flex-shrink: 3;
.container-fluid {
vertical-align: middle;
}
}
.card-columns {
flex: auto;
flex-shrink: 0;
flex-grow: 3;
.imageCard {
img {
// max-width: 227px;
max-height: 227px;
height: auto;
width: 227px;
object-fit: cover;
}
}
}