2021-04-01 09:26:15 +02:00
|
|
|
body {
|
|
|
|
/* Used to move footer at bottom of the page */
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2020-04-24 19:38:21 +02:00
|
|
|
.groups {
|
|
|
|
}
|
|
|
|
|
|
|
|
.nogroups {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-08-27 21:17:46 +02:00
|
|
|
.navbar-brand {
|
2020-09-03 17:01:21 +02:00
|
|
|
margin-bottom: 5rem;
|
2020-08-27 21:17:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.home {
|
2021-04-01 09:26:15 +02:00
|
|
|
margin-bottom: auto;
|
2020-09-03 17:01:21 +02:00
|
|
|
padding: 1.875rem;
|
2020-08-27 21:17:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#public-groups-table tr a{
|
2020-09-03 17:01:21 +02:00
|
|
|
margin-left: 0.9375rem;
|
2020-08-27 21:17:46 +02:00
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2020-09-03 17:01:21 +02:00
|
|
|
text-decoration: none;
|
|
|
|
color: #0058e4;
|
2020-08-27 21:17:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2020-09-03 17:01:21 +02:00
|
|
|
color: #0a429c;
|
2020-08-27 21:17:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
2020-09-03 17:01:21 +02:00
|
|
|
display: block;
|
2020-08-27 21:17:46 +02:00
|
|
|
}
|
|
|
|
|
2020-09-03 17:01:21 +02:00
|
|
|
@media only screen and (max-device-width: 768px) {
|
|
|
|
.home {
|
|
|
|
padding: 0.625rem;
|
|
|
|
}
|
|
|
|
|
2020-08-27 21:17:46 +02:00
|
|
|
}
|