staticfiles/users/css/index.css (44 lines of code) (raw):

/* * Pulse API homepage CSS overrides */ body { background: #fff; } #main .panel { padding: 0; border-width: 5px; border-style: solid; -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#ff506e), to(#a56eff)) 1; -webkit-border-image: -webkit-linear-gradient(right, #ff506e, #a56eff) 1; -moz-border-image: -moz-linear-gradient(right, #ff506e, #a56eff) 1; -o-border-image: -o-linear-gradient(right, #ff506e, #a56eff) 1; border-image: linear-gradient(to right, #ff506e, #a56eff) 1; } .main-logo { width: auto; max-width: 250px; margin-top: -35px; } #main .panel-content { padding: 15px 10px 30px; max-width: none; margin: 0; } .panel-content .main-title { font-weight: 400; font-size: 1.4rem; width: 75%; color: #000; margin: 0 auto 1rem; } .panel-content a { width: 75%; display: inline-block; } .panel-content .btn { width: 100%; white-space: normal; border-radius: 4px; border-style: none; font-weight: 400; } .panel-content .btn:first-of-type { margin-bottom: 10px; }