PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,36 @@
.promoWidget {
// hard coded background color because image has hardcoded background
background-color: white;
.promo {
padding: 10px;
&:after {
content: '';
clear: both;
visibility: hidden;
}
h2 {
font-size: 20px;
}
}
.text {
overflow: hidden;
}
hr {
margin: 0;
}
.link {
padding: 20px;
}
.btn {
background: @theme-color-link;
}
.icon {
margin-top:20px;
width: 64px;
height: 64px;
float: left;
margin-right: 20px;
}
}