115 lines
1.9 KiB
Plaintext
115 lines
1.9 KiB
Plaintext
@import "~bootstrap/less/bootstrap.less";
|
|
@import "~bootswatch/superhero/variables.less";
|
|
@import "~bootswatch/superhero/bootswatch.less";
|
|
@import "~font-awesome/less/font-awesome.less";
|
|
@import "~react-bootstrap-toggle/dist/bootstrap2-toggle.css";
|
|
|
|
body {
|
|
padding-top: @navbar-height + 10px;
|
|
}
|
|
|
|
.thumbnail-selected {
|
|
transition: border 400ms ease-in-out;
|
|
animation-name: select-thumbnail;
|
|
animation-duration: 400ms;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
@keyframes select-thumbnail {
|
|
0% { background-color: @gray-light; }
|
|
100% { background-color: @brand-primary; }
|
|
}
|
|
|
|
.clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.plot {
|
|
.text-justify;
|
|
margin-right: 5%;
|
|
}
|
|
|
|
.list-details-buttons {
|
|
position: fixed;
|
|
bottom: 0px;
|
|
padding-top: 5px;
|
|
background-color: @body-bg;
|
|
|
|
@media (min-width: @screen-xs-max) {
|
|
right: 0px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
a.btn,
|
|
div.btn-group {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
.list-filter {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.show-thumbnail {
|
|
max-height: 300px;
|
|
}
|
|
|
|
.spaced-icons,
|
|
.episode-buttons {
|
|
div, span {
|
|
margin: 2px;
|
|
}
|
|
}
|
|
|
|
.navbar {
|
|
opacity: 0.95;
|
|
}
|
|
|
|
div.sweet-alert > h2 {
|
|
color: @body-bg;
|
|
}
|
|
|
|
@media (max-width: @screen-xs-max) {
|
|
form.hidebtn-xs.input-group {
|
|
display: inherit;
|
|
}
|
|
}
|
|
|
|
.player-modal {
|
|
width: 90%;
|
|
}
|
|
|
|
.admin-edit-user-modal {
|
|
margin-left: 3px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
button.full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
table.torrent-search-result {
|
|
font-size: 15px;
|
|
margin-bottom: 5px;
|
|
border-bottom: 2px solid @gray-light;
|
|
td.torrent-small-width {
|
|
width: 1%;
|
|
}
|
|
td.torrent-label {
|
|
padding-top: 0px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
}
|
|
|
|
table.table-align-middle > tbody > tr > td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.user-token-icon > div {
|
|
padding-top: 1%;
|
|
}
|
|
|
|
span.user-token-action {
|
|
margin: 10px;
|
|
}
|