-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathfile.scss
More file actions
108 lines (90 loc) · 1.42 KB
/
file.scss
File metadata and controls
108 lines (90 loc) · 1.42 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
@use '@carbon/layout';
.label {
font-family: IBM Plex Sans;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 30px;
/* 128.571% */
letter-spacing: 0.16px;
color: #000000;
}
.saveFile {
margin: 0;
}
.capturedImage {
width: 100%;
}
.caption {
display: flex;
}
.closeIcon {
margin: 0 1rem;
}
.uploadSelector {
display: flex;
align-items: center;
margin-bottom: 1rem;
flex-wrap: wrap;
gap: layout.$spacing-05;
}
.caption {
display: flex;
margin-top: 5px;
}
.imageDescription {
margin-top: 5px;
}
.fileUploader {
background-color: rgb(255, 255, 255);
padding: 1rem;
}
.cameraUploader {
margin: 1rem 0;
background-color: white;
padding: 1rem;
}
.camButton {
margin-bottom: 1rem;
}
.cameraPreview {
margin-top: 1rem;
}
.imageContent {
padding: 0;
margin: 0;
}
.titleStyles {
color: #161616;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.16px;
line-height: 1.2857;
margin-bottom: 0.5rem;
}
.descriptionStyles {
color: #525252;
font-size: 0.875rem;
font-weight: 400;
letter-spacing: 0.16px;
line-height: 1.28572;
margin-bottom: 1rem;
}
.editModeImage {
background-color: white;
padding: 1rem;
}
.pdfThumbnail {
cursor: pointer;
background-color: gray;
display: flex;
justify-content: center;
align-items: center;
width: 5rem;
height: 5rem;
}
.selectorButton {
@media print {
display: none !important;
}
}