Sha256: ffc65c99afa6bd083548869d23f63b689e579c6ab20d5caafce849e4549c206e

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

.wordCount {
  text-indent: 10px;
  font-size: 18px;
}
.allGroupWords {
  background-color: white !important;
  width: auto;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
.allGroupWords > .wordListHeading {
  background: gray;
  padding: 10px 0px 5px 25px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color: #fff;
}
.wordListHeading > h3 {
  font-size: 20px;
  font-weight: 600;
}
.wordList {
  padding: 15px;
}
.wordList > ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
.wordList > ul li {
  border: solid 2px rgba(226, 248, 198, 0.47);
  padding: 8px 0;
  background: #f8f9fa;
  border-radius: 5px;
  margin: 6px 6px;
  width: 100px;
  text-align: center;
}
.wordList .anchor__style {
  color: #000 !important;
  font-size: 15px;
  text-decoration: none !important;
  font-weight: 600;
}

.points {
  color: #73716e;
  font-weight: 600;
}

@media (max-width: 768px) {
  .wordCount {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .pagePad{
  padding-top: 100px !important ;
  }
  .pad {
    padding-top: 145px !important;
  }
  .xyzPad{
    padding-top: 50px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
word-games-theme-0.9.0 assets/css/wordGroup.css