Sha256: 7848a4bad7836304da7a6c2a0931d7812c500a8f93f1ddaa6e0e85cb60216857
Contents?: true
Size: 1.57 KB
Versions: 19
Compression:
Stored size: 1.57 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; } // Adding Word-break for Chrome .word-break { word-break: break-all !important; }
Version data entries
19 entries across 19 versions & 1 rubygems