Sha256: 354b8a8d7832f610b5a5c970689475fc33fc01f06cb2a667ee2482a8a6363c23

Contents?: true

Size: 1.4 KB

Versions: 2

Compression:

Stored size: 1.4 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;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kuppayam-0.1.2 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.1 app/assets/stylesheets/kuppayam/custom.css