Files
Leitgedanken/msd2/tracking/piwik/plugins/ProfessionalServices/stylesheets/widget.less
2023-01-23 11:03:31 +01:00

36 lines
527 B
Plaintext

.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;
}
}