contentdb/app/scss/custom.scss

58 lines
890 B
SCSS
Raw Normal View History

2018-05-09 19:35:36 +02:00
@import "components.scss";
@import "packages.scss";
@import "packagegrid.scss";
2018-06-12 00:11:15 +02:00
@import "comments.scss";
2018-12-21 15:45:54 +01:00
.dropdown-menu {
margin-top: 0;
}
2018-12-21 15:45:54 +01:00
.dropdown:hover .dropdown-menu {
display: block;
}
.nav-link > img {
max-height: 1em;
}
2018-12-21 17:06:52 +01:00
2018-12-22 14:14:08 +01:00
#alerts {
display: block;
list-style: none;
position: fixed;
bottom: 0;
left:0;
right:0;
margin: 0;
padding:0;
z-index: 1000;
}
#alerts li {
list-style: none;
}
2018-12-21 17:06:52 +01:00
.jumbotron {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
2018-12-21 17:55:22 +01:00
.alert .btn {
text-decoration: none;
}
.card .table {
margin-bottom: 0;
}
.btn-download {
color: #fff;
background-color: #00b05c;
border-color: #00b05c;
}
.btn-download:focus, .btn-download.focus {
-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);
}