mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 17:43:46 +01:00
20 lines
336 B
SCSS
20 lines
336 B
SCSS
@import "bootstrap.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;
|
|
}
|