Sha256: d56f7f955f88edf928c294d2855dfc10fbc66b158416495784c8b4995ad6708d

Contents?: true

Size: 1.02 KB

Versions: 8

Compression:

Stored size: 1.02 KB

Contents

.feature {
  padding: 15px;
  background-color: #b641da;
  margin-left: 0;
  margin-top: 5rem;
  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 {
    border-radius: 10px;
    background-color: #f7f7f7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
word-games-theme-1.8.5 assets/css/feature.css
word-games-theme-1.8.4 assets/css/feature.css
word-games-theme-1.8.3 assets/css/feature.css
word-games-theme-1.8.2 assets/css/feature.css
word-games-theme-1.8.1 assets/css/feature.css
word-games-theme-1.8.0 assets/css/feature.css
word-games-theme-1.7.9 assets/css/feature.css
word-games-theme-1.7.4 assets/css/feature.css