blob: 1c3ed2ada120ac2bc25b9d25be8e2a5ea335731e (
plain)
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
|
.heat-validation-stand-alone {
.upload-screen {
margin-top: 100px;
.title {
text-align: center;
margin-bottom: 50px;
}
}
.attachments-screen {
.back-button {
z-index: 1000;
position: absolute;
top: 20px;
right: 20px;
width: 200px;
}
.software-product-attachments {
display: block;
.software-product-view {
display: block;
.software-product-landing-view-right-side {
display: block;
.software-product-attachments-main {
display: flex;
height: 100vh;
}
}
}
}
}
}
|