Sha256: a018f68247e4e35ad59e76c212d63dd0e3f2e7ff8502c9a8ad47b53aa5e336b9
Contents?: true
Size: 1.49 KB
Versions: 5
Compression:
Stored size: 1.49 KB
Contents
.login-page { padding-top: 100px !important} .login-page footer { color: #4b4b4b !important} // Alerts were showing text in dark colors. // Overriding it to white .alert {color: #fff !important} .alert p {color: #fff !important} .alert .close {color: #fff !important} .btn.btn-default.btn-only-hover, .btn.btn-white.btn-only-hover, .btn.btn-danger.btn-only-hover, .btn.btn-success.btn-only-hover, .btn.btn-primary.btn-only-hover, .btn.btn-gray.btn-only-hover, .btn.btn-secondary.btn-only-hover { background-color: #fff !important; color: #333 !important; border: 1px solid #ddd !important; } .btn.btn-danger.btn-only-hover:hover{ background-color: #f2f2f2 !important; color: #333 !important; border: 1px solid #ddd !important; } .btn.btn-danger.btn-only-hover:hover{ background-color: #cc3f44 !important; color: #fff !important; border: 1px solid #bf3338 !important; } .btn.btn-success.btn-only-hover:hover{ color: #fff !important; background-color: #72a230 !important; border-color: #5f8628 !important; } .btn.btn-gray.btn-only-hover:hover{ background-color: #eee !important; color: #333 !important; border-color: #202122 !important; } .btn.btn-primary.btn-only-hover:hover{ background-color: #2c2e2f !important; color: #fff !important; border: 1px solid #202122 !important; } .btn.btn-secondary.btn-only-hover:hover{ background-color: #68b828 !important; color: #fff !important; } // Fix for overriding fa-class conflicts .fade-in-effect { display:block !important; }
Version data entries
5 entries across 5 versions & 1 rubygems