blob: 417d4ddb05df9f8a3e10c96fa5e9333a66f852aa (
plain)
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
|
.custom-flex-child {
min-width: 0;
}
.h3-truncate {
min-width: 0;
}
.custom-flex-child > .h3-truncate > .hide-overflow{
overflow: hidden;
text-overflow: ellipsis !important;
}
.custom-flex-child > .hide-overflow{
overflow: hidden;
text-overflow: ellipsis !important;
}
.hide-overflow{
overflow: hidden;
text-overflow: ellipsis !important;
}
.footer-col {
padding-right: 20px;
padding-left: 20px;
}
.bg-dark-opacity {
}
.w-55 {
width: 55% !important;
}
.h-40 {
height: 40% !important;
}
.h-45 {
height: 45% !important;
}
.text-small {
font-size: 80%;
}
.mt-10 {
margin-top: 10px;
}
.mt-20 {
margin-top: 20px;
}
|