forked from andi34/photobooth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphotoswipe-bottom.scss
83 lines (73 loc) · 1.43 KB
/
photoswipe-bottom.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
@import 'modules/theme';
.pswp__button--qrcode,
.pswp__button--print,
.pswp__button--print-chroma-keying,
.pswp__button--download,
.pswp__button--custom-download,
.pswp__button--mail,
.pswp__button--playpause,
.pswp__button--share,
.pswp__button--zoom,
.pswp__button--fs,
.pswp__button--delete {
left: 40%;
}
.pswp__button--close {
top: 24px;
right: 30px;
left: auto;
position: fixed;
width: calc(2 * 1em);
height: calc(2 * 1em);
line-height: calc(1 * 1em);
border: 2px solid $galleryButtonColor;
}
.pswp__top-bar {
height: calc(8 * 1em);
top: auto;
bottom: 0;
}
.pswp__button {
float: left;
}
.pswp__counter {
left: 20%;
height: calc(4.375 * 1em);
font-size: 1.5em;
line-height: calc(5 * 1em);
padding: 0;
}
@media screen and (max-width: 1024px) {
.pswp__counter {
left: 5%;
height: calc(2 * 1em);
font-size: 1.2em;
line-height: calc(3 * 1em);
padding: 0 5px;
}
.pswp__button {
left: 15%;
margin: auto;
}
.pswp__button--qrcode,
.pswp__button--print,
.pswp__button--print-chroma-keying,
.pswp__button--download,
.pswp__button--custom-download,
.pswp__button--mail,
.pswp__button--playpause,
.pswp__button--share,
.pswp__button--zoom,
.pswp__button--fs,
.pswp__button--delete {
width: calc(2 * 1em);
height: calc(2 * 1em);
line-height: calc(2 * 1em);
}
.pswp__button--close {
left: auto;
}
.pswp__top-bar {
height: calc(3 * 1em);
}
}