-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
facerecognition.scss
96 lines (81 loc) · 1.32 KB
/
facerecognition.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
#div-content {
width: 100%;
}
.icon-back {
@include icon-color('back', 'facerecognition', $color-black);
}
.image-box,
.person-box {
display: inline-block;
margin: 3px;
}
.person-desc {
text-align: center;
margin-top: -5px;
color: var(--color-text-lighter);
}
.cluster-title {
padding: 10px;
text-align: left;
margin-top: 22px;
margin-bottom: 0px !important;
}
.title-icon {
padding-left: 34px;
}
.person-name {
text-align: center;
margin-top: 5px;
margin-bottom: 0px;
}
.persons-previews {
margin-top: 22px;
}
.faces-previews {
margin-left: 24px;
display: flex;
flex-wrap: wrap;
}
.face-preview-big,
.file-preview-big {
background-color: rgba(210, 210, 210, .75);
background-size: cover;
border-radius: 12px;
height: 128px;
width: 128px;
margin: 0 auto;
cursor: pointer;
}
.face-preview {
background-color: rgba(210, 210, 210, .75);
background-size: cover;
border-radius: 3px;
margin: 2px;
height: 50px;
width: 50px;
}
.face-preview-big:hover,
.face-preview:hover {
opacity: .5;
}
/*
* Admin page
*/
.icon-align {
padding: 11px 20px;
}
.ui-slider {
vertical-align: middle;
width: 40%;
}
.settings-ranged > label:first-child {
display: inline-block;
width: 25%;
text-align: right;
}
.span-highlighted {
text-align: center;
padding: 2px 5px;
border-radius: 10px;
background-color: darkgray;
}