File size: 352 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
.cache-card {
.hosting-card__description {
margin: 0;
}
}
.cache-card__button-wrapper {
display: inline-block;
}
.cache-card__hr {
margin-top: 30px;
border-top: 1px solid #e0e0e0;
}
.cache-card__edge-cache-toggle {
margin-bottom: 16px;
}
.cache-card__edge-cache-toggle label {
font-size: 0.875rem;
font-weight: 400;
line-height: 20px;
}
|