Sha256: 8bd1de434f1b26da81d84e632b627f122406ad0f49b19a763c143385d6f650e3
Contents?: true
Size: 1.5 KB
Versions: 6
Compression:
Stored size: 1.5 KB
Contents
/* Fonts */ @font-face { font-family: 'casperregular'; src: asset-url('casper-webfont.eot'); src: asset-url('casper-webfont.eot?#iefix') format('embedded-opentype'), asset-url('casper-webfont.woff') format('woff'), asset-url('casper-webfont.ttf') format('truetype'), asset-url('casper-webfont.svg#casperregular') format('svg'); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'casperregular'; src: asset-url('casper-webfont.svg') format('svg'); } select { font-family: Arial, Helvetica, sans-serif; } } /* Base */ html { overflow-y: scroll; } body { background: #f3f3f3; font-family: "casperregular"; color: #333333 !important; } .row { margin-left: 0 !important; margin-right: 0 !important; } .row > div { margin-bottom: 15px; } .alerts-container .alert:last-child { margin-bottom: 0; } #page-wrapper { padding-left: 70px; height: 100% } #sidebar-wrapper { margin-left: -150px; left: -30px; width: 250px; position: fixed; height: 100%; z-index: 999; } #page-wrapper, #sidebar-wrapper { transition: all .4s ease 0s; } .green { background: #23ae89 !important; } .blue { background: #2361ae !important; } .orange { background: #d3a938 !important; } .red { background: #ae2323 !important; } .form-group .help-block.form-group-inline-message { padding-top: 5px; } div.input-mask { padding-top: 7px; }
Version data entries
6 entries across 6 versions & 1 rubygems