2021-03-22 21:59:14 +01:00
|
|
|
.feature-icon {
|
|
|
|
width: 4rem;
|
|
|
|
height: 4rem;
|
2022-03-29 08:48:56 +02:00
|
|
|
border-radius: .75rem;
|
2021-03-22 21:59:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-link > .bi {
|
|
|
|
margin-top: .125rem;
|
|
|
|
margin-left: .125rem;
|
2022-04-08 08:17:00 +02:00
|
|
|
fill: currentcolor;
|
2021-12-14 08:51:31 +01:00
|
|
|
transition: transform .25s ease-in-out;
|
2021-03-22 21:59:14 +01:00
|
|
|
}
|
|
|
|
.icon-link:hover > .bi {
|
|
|
|
transform: translate(.25rem);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-square {
|
|
|
|
width: 3rem;
|
|
|
|
height: 3rem;
|
2022-03-29 08:48:56 +02:00
|
|
|
border-radius: .75rem;
|
2021-03-22 21:59:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
|
|
|
|
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
|
|
|
|
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
|
|
|
|
|
|
|
|
.card-cover {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
2022-08-04 06:52:41 +02:00
|
|
|
|
|
|
|
.feature-icon-small {
|
|
|
|
width: 3rem;
|
|
|
|
height: 3rem;
|
|
|
|
}
|