forked from coderetreat/coderetreat.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraining.scss
More file actions
96 lines (83 loc) · 1.62 KB
/
training.scss
File metadata and controls
96 lines (83 loc) · 1.62 KB
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
90
91
92
93
94
95
96
---
---
.we {
-webkit-border-radius: 4px;
border-radius: 4px;
}
.kPb {
height: 250px;
margin-left: 7px;
margin-right: 8px;
}
.yB {
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #fff;
border: 1px solid #d2d2d2;
margin-bottom: 18px;
position: relative;
width: 420px;
}
.d-k-l {
position: relative;
display: -moz-inline-box;
display: inline-block;
}
.yB .ow {
margin-bottom: 30px;
margin-left: 15px;
margin-right: 15px;
height: 110px;
}
.ow {
vertical-align: top;
}
.jPb {
-webkit-border-radius: 50%;
border-radius: 50%;
}
.xOa {
height: 24px;
margin-top: -25px;
position: absolute;
right: 15px;
}
.l4 {
filter: alpha(opacity=60);
opacity: 0.6;
background: no-repeat url("//ssl.gstatic.com/s2/oz/images/sprites/events-fad4e36111e05d03c08404e3e9e2e45d.png") -66px -130px;
float: left;
height: 12px;
margin: 7px 8px 0 0;
width: 12px;
}
.i4 {
filter: alpha(opacity=60);
opacity: 0.6;
background: no-repeat url("//ssl.gstatic.com/s2/oz/images/sprites/events-fad4e36111e05d03c08404e3e9e2e45d.png") -113px -17px;
float: left;
height: 12px;
margin: 7px 8px 0 0;
width: 12px;
}
.pw {
display: inline-block;
font: 400 16px Roboto,arial,sans-serif;
margin-bottom: 20px;
margin-top: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
word-wrap: normal;
}
.Umd {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.tip {
display: flex;
justify-content: center;
margin-bottom: 10px;
}