Sha256: 7504e4f3ca55bb0f97168cee004a94069737e530b602d8589949397655ae1009
Contents?: true
Size: 475 Bytes
Versions: 21
Compression:
Stored size: 475 Bytes
Contents
.hr { display: flex; flex-direction: row; justify-content: space-around; width: 100%; height: 5px; background-color: $centos-color-3; &__centos-color-0 { width: 25%; background-color: $centos-color-0; } &__centos-color-1 { width: 25%; background-color: $centos-color-1; } &__centos-color-2 { width: 25%; background-color: $centos-color-2; } &__centos-color-3 { width: 25%; background-color: $centos-color-3; } }
Version data entries
21 entries across 21 versions & 1 rubygems