All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
30 lines
402 B
SCSS
30 lines
402 B
SCSS
@import "~bootstrap/scss/bootstrap.scss";
|
|
|
|
|
|
|
|
.card-title {
|
|
font-size: 1rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.thumbnail > img {
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.thumbnail > div {
|
|
width: 100%;
|
|
font-size: 2rem;
|
|
text-align: center;
|
|
min-height: 3rem;
|
|
color: white;
|
|
padding-top: 0.5rem;
|
|
}
|
|
|
|
.col {
|
|
overflow: hidden;
|
|
}
|
|
|