33 lines
552 B
Plaintext
33 lines
552 B
Plaintext
@import "~bootstrap/less/bootstrap.less";
|
|
@import "~bootswatch/superhero/variables.less";
|
|
@import "~bootswatch/superhero/bootswatch.less";
|
|
@import "~font-awesome/less/font-awesome.less";
|
|
|
|
body {
|
|
padding-top: @navbar-height + 10px;
|
|
}
|
|
|
|
.thumbnail-selected {
|
|
border-color: @brand-primary;
|
|
background-color: @brand-primary;
|
|
}
|
|
|
|
.movie-plot {
|
|
.text-justify;
|
|
margin-right: 5%;
|
|
}
|
|
|
|
.movie-details-buttons {
|
|
position: fixed;
|
|
bottom: 1%;
|
|
right: 1%;
|
|
}
|
|
|
|
.movie-list-filter {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.navbar {
|
|
opacity: 0.95;
|
|
}
|