Sha256: 09b910cdbf77a50068332f95bfabacbae487a682e3856bb57f9a767162fc0aa6
Contents?: true
Size: 1.21 KB
Versions: 14
Compression:
Stored size: 1.21 KB
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; } } #loadMore { width: 200px; color: #fff; display: block; text-align: center; margin: 20px auto; padding: 10px; border-radius: 10px; border: 1px solid transparent; background-color: blue; transition: .3s; cursor: pointer; }
Version data entries
14 entries across 14 versions & 1 rubygems