-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathmain.css
More file actions
109 lines (89 loc) · 1.46 KB
/
main.css
File metadata and controls
109 lines (89 loc) · 1.46 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
97
98
99
100
101
102
103
104
105
106
107
108
109
.title {
padding: 10px;
background-color: rgba(255,255,255,0.8);
border-radius: 6px;
min-width: 300px;
display: inline-block;
}
.title > p {
white-space: nowrap;
}
.panel-body > span {
display: inline-block;
}
.title h1 {
font-size: 2em;
}
.title p {
font-size: 1em;
}
li.rescheduled {
background-color: #fffe86;
}
li.next-event{
background-color: #74ED8C;
}
ul.next-events li.canceled {
background-color: rgba(255, 0, 0, 0.4);
}
li.canceled span:first-child {
color: #AAAAAA;
text-decoration: line-through;
}
span.reason {
font-weight: bold;
}
.jumbotron .container {
position: relative;
}
#rss-icon {
position: absolute;
bottom: 0;
right: 0;
}
.scrollable{
overflow:hidden;
overflow-y:scroll;
height:700px;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
max-width: 100%;
width: max-content;
}
.panel-sponsors .panel-body ul {
list-style: none;
}
.panel-sponsors .panel-body ul li{
padding-top: 1em;
}
#slack {
float: right;
height: 100px;
width: 100px;
}
#map {
height: 350px;
}
#map .location-popup p {
margin: 0;
}
#map .location-marker {
font-size: 16px;
}
#map .location-sponsors {
font-size: 13px;
color: gray;
}
#map p.location-meetup {
font-size: 13px;
margin-top: 4px;
}
#map .location-meetup a {
display: flex;
align-items: center;
gap: 4px;
color: #F64060;
}
#map .location-meetup img {
height: 26px;
}