-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathtraining-events.scss
executable file
·82 lines (66 loc) · 1.69 KB
/
training-events.scss
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
// TRAINING-EVENTS
//------------------------------------------------
//------------------------------------------------
.training-events {
h3 {
border-bottom: $base-border-gray;
padding-bottom: 14px;
}
.training-list {
@include clearfix;
margin-top: $padding-medium;
.training-item {
margin-bottom: $padding-medium;
@include span-columns(3);
@include omega(4n);
@include bp(medium) {
@include span-columns(12);
padding-bottom: 20px;
border-bottom: $base-border-gray;
}
img,
.calendar {
float: left;
}
img {
width: 28px;
height: auto;
}
.calendar {
span:last-child {
background: $gray-lighter;
}
}
.training-text {
margin-left: 44px;
h4 {
margin-bottom: 6px;
}
p {
color: $base-font-color;
&:nth-child(2) {
text-transform: uppercase;
}
}
}
&:active,
&:focus,
&:hover {
text-decoration: none;
h4 {
color: $brand-primary;
}
}
}
}
.org-scala-event {
// background: $gray-lighter;
padding: 24px;
border: 2px dashed $base-border-color-gray;
h2 {
margin-top: 0;
margin-bottom: 10px;
}
margin-top: $padding-medium;
}
}