Files
ruhepunkt/css/full-width-pics.css
T

55 lines
1.1 KiB
CSS

/*!
* Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
*/
body {
padding-top: 88px;
}
.bg-image-full {
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.text-primary {
color: #7a6111 !important;
}
.badge-info {
background-color: #7a6111;
}
.partner-logo {
height: 220px;
object-fit: contain;
padding: 1rem;
}
.accordion-toggle {
position: relative;
width: 100%;
padding-right: 2rem !important;
text-align: left;
}
.accordion-toggle::after {
position: absolute;
top: 50%;
right: 0.5rem;
width: 0.65rem;
height: 0.65rem;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
content: "";
transform: translateY(-65%) rotate(-135deg);
transition: transform 0.15s ease-in-out;
}
.accordion-toggle.collapsed::after {
transform: translateY(-35%) rotate(45deg);
}