Sha256: 9fc27104ebb40dde2f8340785369aed1d3d83741e30b893bf1bf6ecbc6c29388
Contents?: true
Size: 1.57 KB
Versions: 2
Compression:
Stored size: 1.57 KB
Contents
#swat { $greenMain: greenyellow; header { background-color: black; color: white; h2 { color: $greenMain; text-align: center; margin: 6px 0px 0px 0px; } } #header-label { margin-top: 0; padding: 12px; a { color: $greenMain; &:hover { text-decoration: none; } } .header-label { a { display: inline-block; } .S, .W, .to, .A, .T { overflow: hidden; display: inline-block; transition: width 0.1s linear; } .S { width: 20px; &:after { content: 'S' } } .W { width: 29px; &:after { content: 'W' } } .to { width: 12px; font-size: 14px; margin-right: 3px; &:after { content: '2' } } .A { width: 20px; &:after { content: 'A' } } .T { width: 20px; &:after { content: 'T' } } } .header-label a:hover { .S { width: 100px; &:after { content: 'Simple' } } .W { width: 70px; &:after { content: 'Way' } } .to { width: 31px; font-size: 30px; &:after { content: 'to' } } .A { width: 140px; &:after { content: 'Automate' } } .T { width: 83px; &:after { content: 'Tests' } } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sw2at-ui-0.0.12 | app/assets/stylesheets/swat/header.scss |
sw2at-ui-0.0.11 | app/assets/stylesheets/swat/header.scss |