custom.css 526 B

12345678910111213141516171819202122
  1. /* UIlogin - MOFH MOD */
  2. /* ========================================================================
  3. Use this file to add custom CSS easily
  4. ========================================================================== */
  5. .uk-navbar {
  6. height: 50px;
  7. }
  8. .uk-logo {
  9. width: 120px;
  10. }
  11. .uk-navbar-container:not(.uk-navbar-transparent) {
  12. background: #414349 !important;
  13. border-bottom: 4px solid #5cd1df;
  14. }
  15. .uk-card-primary {
  16. background: #5cd1df;
  17. }
  18. .uk-button-primary {
  19. background-color: #5cd1df !important;
  20. }