-
Notifications
You must be signed in to change notification settings - Fork 5
/
styles.css
89 lines (73 loc) · 2.11 KB
/
styles.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
81
82
83
84
85
86
87
88
89
body {
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
background-color: #FAFAFA;
}
.mdl-card {
width: auto;
}
.mdl-layout-title {
margin-left:20px;
}
.responsive_img {
margin-top:-5px;
}
.mdl-card__title {
color:#fff;
position: relative;
height: 250px;
}
.mini-footer {
color: #9e9e9e;
background-color: #424242;
padding: 3px 16px;
}
.mdl-card__title:after {
content:"";
position: absolute;
width: 100%;
height: 100%;
background: #000;
top:0;
left:0;
opacity:.5;
}
.mdl-card__title-text {
position: absolute;
z-index: 2;
bottom: 12px;
}
.mdl-card__supporting-text p{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3; /* number of lines to show */
line-height: 18px; /* fallback */
max-height: 54px; /* fallback */
min-height: 54px;
margin-bottom: 0;
}
.mvvm_kit {
background: url('https://stfalcon.com/uploads/images/586bc9ea08a59.png') center / cover;
}
.chat_kit {
background: url('https://github.com/stfalcon-studio/ChatKit/raw/master/images/HEADER.jpg') center / cover;
}
.multi-image-view {
background: url('https://camo.githubusercontent.com/d29a4e2a0dc99b1a114f43fb201e1080e6aaa462/687474703a2f2f692e696d6775722e636f6d2f5334516f4b56422e676966') center / cover;
}
.fresco-viewer {
background: url('https://github.com/stfalcon-studio/FrescoImageViewer/raw/master/images/fresco_image_viewer_demo.gif') center / cover;
}
.content-manager {
background: url('https://socialmediaimpact.com/wp-content/uploads/2014/01/Mobile-Marketing2.jpg') center / cover;
}
.picker-dialog {
background: url('https://github.com/stfalcon-studio/UniversalPickerDialog/raw/master/images/picker_dialog_demo.gif') center / cover;
}
.auth-helper {
background: url('https://qph.ec.quoracdn.net/main-qimg-dc65ab5fde59d6f66cd88bcf89a6791a?convert_to_webp=true') center / cover;
}
.sms-catcher {
background: url('https://camo.githubusercontent.com/64fdbaf413bcb5dc688e6112fee2353535008870/687474703a2f2f692e696d6775722e636f6d2f374b7a7a6b357a2e676966') center / cover;
}