Sha256: b93befd34784fc6bea7fb1542895efb4e9fd861bd0d8e63e1dcb18ad7d70d3e0

Contents?: true

Size: 973 Bytes

Versions: 3

Compression:

Stored size: 973 Bytes

Contents

.content {
    margin-bottom: 5rem;
}

.main-wrapper {
    background: #f8f9fa;
    padding: 2rem;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}

label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

input,
select,
#dict {
    height: 40px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 8px !important;
    font-size: 15px !important;
    background: #fff !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

input,
select,
#dict:focus {
    box-shadow: unset !important;
    outline: none !important;
    border-color: #ced4da !important;
}


.anagram-button {
    width: 150px;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
}

.heading-result {
    margin-top: 1rem;
    font-weight: 600;
    width: 65px;
    border-bottom: 2px solid #000;
    color: #000;
}

@media (max-width:768px) {
    .content {
        padding: 30px;
    }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
word-games-theme-1.7.1 assets/css/multiple-word-anagram-solver.css
word-games-theme-1.7.0 assets/css/multiple-word-anagram-solver.css
word-games-theme-1.6.9 assets/css/multiple-word-anagram-solver.css