-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathallDisease.css
80 lines (76 loc) · 1.48 KB
/
allDisease.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
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
.allDisease-margin{
margin-top:50px;
margin-left:100px;
margin-bottom:20px;
margin-right:100px;
background-color:rgb(248,248,248);
}
.allDisease-margin-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
grid-gap:0px 10px;
padding:0px 3px;
/* grid-template-columns:repeat(3,1fr) */
}
.allDisease-card-flexbox{
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
/* word-break: break-all; */
}
.inside-allDisease-card-flexbox{
padding:12px;
margin-top:10px;
margin-bottom:10px;
background-color: #fff;
box-sizing: border-box;
border-radius: 5px;
box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
width: 100%;
display: flex;
word-break: break-all;
}
.button-text{
flex-direction: row;
flex-wrap: nowrap;
align-content: normal;
justify-content: normal;
align-items: normal;
flex:1;
text-decoration: none!important;
background: 0 0;
cursor: pointer;
word-break: break-all;
}
.acidity-text{
display: flex;
flex-direction: row;
justify-content: space-between;
padding-bottom: 5px;
font-size: 14px;
font-weight: 700;
cursor: pointer;
}
.flex-col{
display: flex;
flex-direction: column;
font-size: 12px;
}
.pad-bot{
padding-bottom: 5px;
}
.pad-bot-some{
padding-bottom: 5px;
display: table;
width: 100%;
table-layout: fixed;
}
.font-design{
color:black;
font-weight: 700;
font-size:18px;
}
.font-apan-col{
color:rgb(102,102,102);
}