-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
107 lines (91 loc) · 1.79 KB
/
main.css
File metadata and controls
107 lines (91 loc) · 1.79 KB
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
body {
margin-top: 20px;
background-color: #f7f7ff;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 0px solid rgba(0, 0, 0, 0);
border-radius: .25rem;
margin-bottom: 1.5rem;
box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.fm-file-box {
font-size: 25px;
background: #e9ecef;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
border-radius: .25rem;
}
.ms-2 {
margin-left: .5rem!important;
}
.fm-menu .list-group a {
font-size: 16px;
color: #5f5f5f;
display: flex;
align-items: center;
}
.list-group-flush>.list-group-item {
border-width: 0 0 1px;
}
.list-group-item+.list-group-item {
border-top-width: 0;
}
.py-1 {
padding-top: .25rem!important;
padding-bottom: .25rem!important;
}
.list-group-item {
position: relative;
display: block;
padding: .5rem 1rem;
text-decoration: none;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .125);
}
.radius-15 {
border-radius: 15px;
}
.fm-icon-box {
font-size: 32px;
background: #ffffff;
width: 52px;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
border-radius: .25rem;
}
.font-24 {
font-size: 24px;
}
.ms-auto {
margin-left: auto!important;
}
.font-30 {
font-size: 30px;
}
.user-groups img {
margin-left: -14px;
border: 1px solid #e4e4e4;
padding: 2px;
cursor: pointer;
}
.rounded-circle {
border-radius: 50%!important;
}
.content-centered {
text-align: center;
display: flex;
justify-content: center;
padding-top: 12px;
}