Sha256: 626b6ac2b0ebcea8c862c887d138cbf36ac09a6b3f8e47ffe71a0459e556d46e
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
body { font-family: Futura, 'Trebuchet MS', Arial, sans-serif; height: 100vh; background-color: #202521; } .section { background-color: #F29F01; } .img-box { background-color: white; display: flex; justify-content: center; align-items: center; padding: 15px; border: 4px solid #364039; border-radius: 2px; height: 90px; width: 90px; } .img-box .icon { position: absolute; top: 3px; right: 3px; cursor: pointer; } .img-box .extension { line-height: 1; position: absolute; bottom: 3px; right: 3px; font-size: 11px; } .img-box .icon .fa { color: #364039; } .img-box img { max-width: 48px; max-height: 48px; height: auto; vertical-align: middle; } .img-box img.full-dimenssion { width: 100%; height: 100%; } .hero.is-small .hero-body { padding: 10px 0px; } .hero.is-small .title{ font-size: 18px; } .hero.is-medium .hero-body { padding: 20px 0px; } .is-morion .title , .is-morion .subtitle{ color: #fff; } .is-morion { background-color: #364039; } .is-morion.strong { background-color: #202521; } .is-morion a, .is-morion p { color: white; } .header.is-morion { padding: 15px 0px; margin: 0; } .brand { height: 64px; } .columns.is-vcentered { align-items: center; } .copied { animation: copied 0.6s ease; } i.white { animation: copied-icon 0.6s ease; } .no-padding { padding: 0; } @keyframes copied { 0% {background-color: white;} 50% {background-color: #364039; color: white;} 100% {background-color: white;} } @keyframes copied-icon { 50% {color: white;} }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
morion-0.0.5 | app/assets/stylesheets/morion/morion.css |