Sha256: 0bc2b523a8c362531f3ab02c9ef8bda7c14949e9973b2c4bc526c9642e8b955d
Contents?: true
Size: 1.12 KB
Versions: 5
Compression:
Stored size: 1.12 KB
Contents
/** build.scss **/ .build { border-radius: 12px; border: 2px solid RGB(201, 49, 20); margin: 20px; } .build .header { border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 5px; position: relative; } .build .header .status { top: 4px; right: 4px; position: absolute; } .build .header.passed { background-color: RGB(71, 213, 86); } .build .header.failed { background-color: RGB(247, 65, 67); } .build .output pre { cursor: pointer; color: white; background-color: black; max-height: 100px; overflow-y: hidden; overflow-x: scroll; } /** main.scss **/ @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 400; src: local("Ubuntu"), url(/fonts/ubuntu.woff) format("woff"); } body { font-family: 'Ubuntu'; background-color: RGB(255, 254, 254); } .actions { background-color: RGB(254, 238, 195); text-align: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .actions a { color: RGB(20, 77, 105); text-decoration: none; } .actions a:hover { color: RGB(201, 49, 20); }
Version data entries
5 entries across 5 versions & 1 rubygems