2018-05-09 18:35:36 +01:00
|
|
|
@import "components.scss";
|
|
|
|
@import "packages.scss";
|
|
|
|
@import "packagegrid.scss";
|
2018-06-11 23:11:15 +01:00
|
|
|
@import "comments.scss";
|
2018-12-21 14:45:54 +00:00
|
|
|
|
2018-12-22 12:36:49 +00:00
|
|
|
.dropdown-menu {
|
2020-01-18 00:15:29 +00:00
|
|
|
margin-top: 0;
|
2018-12-22 12:36:49 +00:00
|
|
|
}
|
|
|
|
|
2018-12-21 14:45:54 +00:00
|
|
|
.dropdown:hover .dropdown-menu {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-link > img {
|
|
|
|
max-height: 1em;
|
|
|
|
}
|
2018-12-21 16:06:52 +00:00
|
|
|
|
2018-12-22 13:14:08 +00:00
|
|
|
#alerts {
|
2020-01-18 00:15:29 +00:00
|
|
|
display: block;
|
|
|
|
list-style: none;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left:0;
|
|
|
|
right:0;
|
|
|
|
margin: 0;
|
|
|
|
padding:0;
|
|
|
|
z-index: 1000;
|
2018-12-22 13:14:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#alerts li {
|
2020-01-18 00:15:29 +00:00
|
|
|
list-style: none;
|
2018-12-22 13:14:08 +00:00
|
|
|
}
|
|
|
|
|
2018-12-21 16:06:52 +00:00
|
|
|
.jumbotron {
|
2020-01-18 00:15:29 +00:00
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
|
|
|
|
.btn-outline-secondary {
|
2020-01-20 20:56:56 +00:00
|
|
|
color: rgba(255, 255, 255, 0.8);
|
|
|
|
border-color: rgba(0, 0, 0, 0.6);
|
|
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-outline-secondary:hover {
|
|
|
|
color: #fff;
|
|
|
|
border-color: rgba(0, 0, 0, 0.8);
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-secondary {
|
|
|
|
color: rgba(255, 255, 255, 0.8) !important;
|
2020-01-18 00:15:29 +00:00
|
|
|
}
|
2018-12-21 16:06:52 +00:00
|
|
|
}
|
2018-12-21 16:55:22 +00:00
|
|
|
|
|
|
|
.alert .btn {
|
2020-01-18 00:15:29 +00:00
|
|
|
text-decoration: none;
|
2018-12-21 16:55:22 +00:00
|
|
|
}
|
2018-12-22 12:20:26 +00:00
|
|
|
|
2018-12-22 12:36:49 +00:00
|
|
|
.card .table {
|
2020-01-18 00:15:29 +00:00
|
|
|
margin-bottom: 0;
|
2018-12-22 12:36:49 +00:00
|
|
|
}
|
|
|
|
|
2018-12-22 12:20:26 +00:00
|
|
|
.btn-download {
|
2020-01-18 00:15:29 +00:00
|
|
|
color: #fff;
|
|
|
|
background-color: #00b05c;
|
|
|
|
border-color: #00b05c;
|
2018-12-22 12:20:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-download:focus, .btn-download.focus {
|
2020-01-18 00:15:29 +00:00
|
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
|
|
|
|
box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
|
2018-12-22 12:20:26 +00:00
|
|
|
}
|