-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
91 lines (71 loc) · 1.63 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
90
91
/* Style for the blockcontent template*/
.townsquare_sidepanel.col-md-3 {
background-color: #eee;
border-radius: 0.5rem;
padding-left: 0;
padding-right: 0;
}
.townsquare_content {
max-height: 750px;
border-radius: 0.5rem;
overflow: scroll;
max-width: 100%;
overflow-x: hidden;
}
/* Style for the side panel filter */
.ts_usersettings {
padding-left: 0.5em;
}
.ts_usersettings_button {
display: flex;
}
.ts_usersettings_message {
background-color: #eee;
display: none;
}
.ts_button_transition {
transition: background-color 1.0s ease, color 1.0s ease;
}
/* Style for all letter or content templates */
.townsquareletter_header.card-header {
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.townsquareletter_body.card-body {
padding-top: 0.7rem;
padding-bottom: 0.6rem;
}
.townsquareletter_top {
display: flex;
}
.townsquareletter_course {
flex: 1;
}
.townsquareletter_courselink:hover {
color: #fff;
text-decoration: underline;
}
.townsquareletter_courselink {
color: #fff;
text-decoration: none;
}
.townsquareletter_course,
.townsquareletter_date {
color: #fff;
text-shadow: 1px 1px 2px #000;
}
.townsquare_showmore {
cursor: pointer;
}
/* Styles for individual letters */
/* basicletter Style*/
/* postletter Style */
.postletter_origin {
margin-bottom: 0.4rem;
}
/* actvitiycompletionletter Style*/
/* Style for the orientation marker */
.orientationmarker_body.card-body {
padding-top: 0.6rem;
}
/*# sourceMappingURL=styles.css.map */