forked from PhotoboothProject/photobooth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrigger.scss
More file actions
57 lines (52 loc) · 970 Bytes
/
trigger.scss
File metadata and controls
57 lines (52 loc) · 970 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@import 'modules/theme';
@import 'partials/fonts';
@import 'partials/basic';
@import 'partials/button';
@import 'partials/video_preview';
@import 'partials/shape';
#wrapper {
display: block;
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
background-color: $mainColor;
background-image: $backgroundImage;
background-position: center center;
background-size: cover;
}
.buttonbar {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 100;
.remotePicture,
.remoteCollage {
position: relative;
padding: 10px;
margin: 1em;
}
}
.remotePicture,
.remoteCollage {
&.btn--modern,
&.btn--modern_squared {
width: 6em;
height: 6em;
}
}
@media (orientation: portrait) {
.remotePicture,
.remoteCollage {
&.btn--modern,
&.btn--modern_squared {
width: 6em;
height: 6em;
}
}
}
.btn {
font-size: 2em;
}