Sha256: e3410f25c0ecb78d1960d3930c1104405eab3c380505f9dc569fbf6363f3fa4b
Contents?: true
Size: 812 Bytes
Versions: 23
Compression:
Stored size: 812 Bytes
Contents
html, body { color: $medium-grey; height: 100%; margin: 0; padding: 0; } html { font-size: 10px; } body { font-family: $font-primary; font-size: 1.5rem; } a { color: inherit; cursor: pointer; &:hover { color: inherit; } } .container { width: 100%; } .center { align-items: center; display: flex; height: 100%; justify-content: center; } .text-overflow { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .box-tools { i { color: $gray-hover; cursor: pointer; font-size: 1.7rem; padding: 0 5px; transition: all ease .3s; &:hover { color: $medium-grey; transition: all ease .3s; } } } .breadcrumb { @media screen and (min-width: 0) and (max-width: 991px) { display: none; } }
Version data entries
23 entries across 23 versions & 1 rubygems