Sha256: d8b66658f159a55f9216b68e01ab5b6b7d857bccce525eded23c3a307be1ca30
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
.feature { padding: 15px; background-color: #b641da; margin-left: 0; margin-top: 0; margin-bottom: 0; color: white; text-align: center; width: 100%; } .feature .feature-title, .feature-description { width: 100% !important; text-align: center; } .card-body>i { font-size: 20px; } .features_data .card-body>.card-title { transition: all 0.5s ease; font-size: 1.5rem; line-height: 25px; color: #000; font-weight: 600; margin-bottom: 8px; margin-top: 5px; } .features_data .card-body:hover i { transform: scale(1.2); transition: all 0.5s linear; } .features_data .card-body:hover .card-text { transition: all 0.5s linear; color: #6c757d !important; } .features_data .card-body:hover { border-radius: 10px; transition: all 0.5s ease; background-color: #f7f7f7; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } @media (max-width: 1125px) { .features_data .card-body .card-text { color: #6c757d !important; } .features_data .card-body { border-radius: 10px; background-color: #f7f7f7; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); margin: 20px 0; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
word-games-theme-1.5.8 | assets/css/feature.css |
word-games-theme-1.5.7 | assets/css/feature.css |