-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylesheet.css
53 lines (41 loc) · 958 Bytes
/
stylesheet.css
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
/* Add your custom extension styling here */
.dark .user-widget-label {
color: #222222;
}
.user-widget{
padding: 0 !important;
margin: 0 !important;
}
.margin-top-10{
margin-top: 10px !important;
}
.margin-bottom-10{
margin-bottom: 10px !important;
}
.user-widget.shadow .user-icon {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
.user-widget-system-label.vertical {
text-align: center;
font-weight: normal;
padding-top: 5px;
}
.user-widget-system-label.horizontal {
text-align: center;
}
.user-widget-system-label.shadow {
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.user-box-notification.horizontal {
border-radius: 10px;
margin: 0px;
/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);*/
}
.user-box-notification .bttn {
text-align: center;
padding: 10px;
margin: 0px;
}
.top-image {
border-radius: 10px;
}