Sha256: 505cdda2ce222f663df1aa9e56716a41cb9b61673ac38bffae7444568c7a70e2
Contents?: true
Size: 493 Bytes
Versions: 9
Compression:
Stored size: 493 Bytes
Contents
/* Layout Page (Error 404) */ .page{ .container{ position: absolute; padding: 15px 25px; width: 100%; max-width: 500px; transform: translate(-50%, -50%); left: 50%; top: 50%; .title{ font-family: $font-family-secondary; } .content{ font-family: $font-family-primary; font-size: 1.3em; letter-spacing: 0.1em; .goback{ background-color: $btn-goback-background; color: $btn-goback-color; } } } }
Version data entries
9 entries across 9 versions & 1 rubygems