-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathOverview.module.css
More file actions
45 lines (39 loc) · 887 Bytes
/
Overview.module.css
File metadata and controls
45 lines (39 loc) · 887 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
.card_project {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background: linear-gradient(to bottom, #87CEEB, #1E90FF, #4169E1) !important;
border-radius: 8px;
height: 40px;
width: 300px;
/* margin: 10px; */
padding: 10px;
float: left;
}
.card_active {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background: linear-gradient(to bottom, #FFD700, #FFA500, #FF8C00) !important;
border-radius: 8px;
height: 40px;
width: 300px;
/* margin: 10px; */
padding: 10px;
}
.card-body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card-text {
display: flex;
align-items: center;
justify-content: center;
}
.card-text i {
margin-right: 5px;
}