contentdb/app/scss/packages.scss

81 lines
1.2 KiB
SCSS
Raw Normal View History

.badge-tr {
position: absolute;
top: 5px;
right: 5px;
color: #ccc !important;;
}
2020-01-21 23:40:51 +01:00
.info-row {
vertical-align: middle;
.count {
margin-left: 0.3em;
}
img {
filter: grayscale(100%);
}
a {
color: rgba(255, 255, 255, 0.8);
}
2020-12-05 02:20:00 +01:00
.btn-group-horizontal > span {
color: rgba(255, 255, 255, 0.8);
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 0.25rem;
}
2020-01-21 23:40:51 +01:00
a:hover {
color: #fff;
text-decoration: none;
}
}
2018-05-09 19:35:36 +02:00
.box_img {
position: relative;
background-position: center;
background-size: cover;
2018-05-13 22:23:09 +02:00
background-image: url("placeholder.png");
2018-05-09 19:35:36 +02:00
min-height: 220px;
border-radius: 5px;
padding: 0;
}
.box_img > h2 {
display: inline-block;
position: absolute;
bottom: 15px;
left: 15px;
}
.package-short-large {
font-size: 120%;
}
.pkg_wiz_1, .pkg_wiz_2 {
display: none;
}
2018-05-21 15:56:00 +02:00
.plsearchform {
padding: 0.5em;
}
.plsearchform p {
display: inline-block;
padding: 0;
margin: 0 0.75em;
}