Sha256: 5ad8a9091824cacafe52fcd43ddcf0572ccc76b3c0c7df49c4ef88b5ee3616b1
Contents?: true
Size: 1.43 KB
Versions: 3
Compression:
Stored size: 1.43 KB
Contents
/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/core/country-flags/css/theme/uno.css # Provides styles for the CSS Flags Previewer # # Product/Info: # https://jekyll.one # # Copyright (C) 2023 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ----------------------------------------------------------------------------- */ .country { padding: 4px; line-height: 1.4; background-color: #fff; border: 1px solid #ddd; border-radius: 0; transition: all .2s ease-in-out; display: inline-block; max-width: 100%; height: auto; margin-bottom: 24px; width: 100% } .country .name { font-size: 1.2em } .country .capital,.country .name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: normal; color: #424242; } .country .capital { font-size: .9em; border-bottom: 1px solid #ddd; margin-bottom: 4px; color: #424242; } .country .country-code { font-size: .7em; color: #999 } .country .flag { display: block; max-width: 100%; height: auto; border-radius: 4px } .country:hover { background-color: #eee } .nav-continents { margin-bottom: 24px } .country-list .flag { display: block; max-width: 100%; height: auto; max-width: 32px; border-radius: 2px }
Version data entries
3 entries across 3 versions & 1 rubygems