Sha256: 0245a895d12b572433f9c60aebaaea21afc4377054b54c5cb6325b505b3ea702
Contents?: true
Size: 1.23 KB
Versions: 129
Compression:
Stored size: 1.23 KB
Contents
/* default css */ label { margin-bottom: 0; font-weight: 600; font-size: 14px; } .content { margin-bottom: 5rem; } .main-wrapper { background: #f8f9fa; padding: 2rem; border: 1px solid #e9ecef; border-radius: 5px; } 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; } #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; } @media (max-width:768px) { .content { padding: 30px; } }
Version data entries
129 entries across 129 versions & 1 rubygems