You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Commands-Creator/public/stylesheets/homepage.less

42 lines
724 B

.carousel-img {
height: 100vh;
object-fit: cover;
}
.carousel-caption {
margin-bottom: 22vh;
}
.carousel-indicators {
margin-bottom: 21vh;
}
.carousel {
position: absolute;
top: 0;
z-index: 0;
}
.search {
height: 20vh;
background-color: rgba(248, 249, 250, 0.8)!important
}
.commands {
display: none;
position: absolute;
bottom: ~"calc(50% - 0.1rem)";
width: ~"calc(100% - 30px)";
}
.card-header {
overflow-y: hidden;
}
.commands-list {
li {
padding-left: 2.5rem;
cursor: pointer;
span {
background: #1976d2;
color: white;
}
desc {
color: gray;
float: right;
}
}
}