-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
80 lines (79 loc) · 1.46 KB
/
style.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
/* CSS */
.primary{
font-weight: 700;
font-size: 15px;
}
.tile-box, .bs-badge, .tile-header, .tile-content-wrapper {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tile-box {
border-radius: 3px;
line-height: inherit;
display: block;
position: relative;
height: 99%;
}
.tile-box-shortcut .bs-badge {
position: absolute;
left: auto;
right: 10px;
top: 10px;
background: rgba(0, 0, 0, .5);
}
.tile-box-shortcut .tile-header {
background: 0 0;
padding: 0;
position: absolute;
right: 10px;
bottom: 6px;
font-size: 15px;
font-weight: 400;
}
.badge, .bs-badge {
display: inline-block;
min-width: 20px;
padding: 0px 5px;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
color: #fff;
border-radius: 10px;
}
.tile-header {
font-size: 12px;
padding: 5px 10px;
text-align: left;
text-transform: capitalize;
border: 0!important;
background: rgba(255, 255, 255, .2);
}
.tile-box-shortcut .tile-content-wrapper {
padding: 0;
min-height: 80px;
}
.tile-content-wrapper {
position: relative;
overflow: hidden;
padding: 10px;
}
.tile-box-shortcut .tile-content-wrapper>.icon {
position: absolute;
left: 15px;
top: 30px;
}
.icon {
text-align: center;
}
.tile-content-wrapper>.icon {
font-size: 35px;
line-height: 70px;
position: absolute;
top: 50%;
left: 15px;
height: 70px;
margin-top: -36px;
opacity: .7;
-moz-opacity: .7;
}