mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-13 02:53:51 +01:00
23 lines
354 B
SCSS
23 lines
354 B
SCSS
@import "components.scss";
|
|
@import "packages.scss";
|
|
@import "packagegrid.scss";
|
|
@import "comments.scss";
|
|
|
|
.dropdown:hover .dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
.nav-link > img {
|
|
max-height: 1em;
|
|
}
|
|
|
|
.jumbotron {
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.alert .btn {
|
|
text-decoration: none;
|
|
}
|