-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyles.css
More file actions
37 lines (33 loc) · 681 Bytes
/
styles.css
File metadata and controls
37 lines (33 loc) · 681 Bytes
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
#custom_size {
width: 650px;
display: inline-flex;
align-items: center;
justify-content: space-between;
margin-top: 1rem;
margin-bottom: 3.5rem;
padding: 0px 10px;
color: #fff;
font-size: 1.3rem;
/* border: 2px solid red; */
}
.advanced__switch {
display: inline-flex;
align-items: center;
justify-content: space-between;
width: 32%;
}
.advanced__settings {
width: 50%;
display: inline-flex;
align-items: center;
justify-content: space-between;
}
#dimension-input {
visibility: visible;
/* visibility: hidden; */
}
#width, #height {
font-size: 1.3rem;
width: 70px;
margin-left: 10px;
}