1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
Thomas Steur 0e6780eb97 Improve promo widget (#12145)
* improve promo widget

* fix tests
2017-10-04 12:01:25 +13:00

36 خطوط
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;
}
}