forked from andi34/photobooth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrounded.scss
113 lines (94 loc) · 1.3 KB
/
rounded.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
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
109
110
111
112
113
@import 'modules/theme';
#start {
.startInner {
border: 0 none;
border-radius: 10px;
}
.cups-button {
position: absolute;
left: 5px;
bottom: 5px;
}
}
.homebtn {
right: 5px;
top: 5px;
}
.resultInner {
.btn {
margin-left: 2px;
}
}
.sidenav {
.closebtn {
border-radius: 5px;
}
}
.btn {
border-radius: 10px;
}
.gallery {
&__close {
border-radius: 5px;
}
&__reload {
border-radius: 5px;
}
}
.gallery-button,
.fs-button {
margin-top: 5px;
margin-left: 5px;
&.round-btn {
margin-top: auto;
margin-left: auto;
}
}
.admin-panel,
.manual-panel {
border: 0 none;
border-radius: 10px;
}
.panel {
.panel-heading {
margin-top: 2px;
border-radius: 5px;
}
.panel-body {
margin-top: 1px;
border-radius: 5px;
}
}
.login-panel {
border: 0 none;
border-radius: 10px;
}
button {
border: 2px solid $borderColor;
border-radius: 10px;
}
.faq-btn,
.wiki-btn {
border: 2px solid $borderColor;
border-radius: 10px;
}
.slider {
height: 15px;
border-radius: 5px;
}
.slider::-webkit-slider-thumb {
width: 20px;
height: 20px;
border-radius: 50%;
}
.slider::-moz-range-thumb {
width: 20px;
height: 20px;
border-radius: 50%;
}
.toggle {
border-radius: 0.5em;
}
.toggle:before {
border-radius: 50%;
}