Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_authentication.scss 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* =======================================
  2. Authentication-page css start
  3. ========================================= */
  4. .login-block{
  5. margin: 30px auto;
  6. .auth-box {
  7. margin: 20px auto 0 auto;
  8. max-width: 450px;
  9. .confirm h3 {
  10. color: $primary-color;
  11. font-size: 34px;
  12. }
  13. i.icofont-check-circled {
  14. font-size: 42px;
  15. }
  16. }
  17. &.offline-404{
  18. .auth-box {
  19. max-width: 650px;
  20. h1{
  21. color: #2c3e50;
  22. font-size: 160px;
  23. font-weight: 500;
  24. letter-spacing: 5px;
  25. text-shadow: 3px -2px 4px rgba(128, 128, 128, 0.57);
  26. }
  27. @media only screen and (max-width: 992px){
  28. margin-top: 45px;
  29. }
  30. @media only screen and (max-width: 575px){
  31. h1{
  32. font-size: 60px;
  33. }
  34. h2{
  35. font-size: 0.8rem;
  36. }
  37. }
  38. }
  39. }
  40. }
  41. .footer{
  42. background-color: $inverse-color;
  43. color: #fff;
  44. padding: 15px 0;
  45. position: fixed;
  46. bottom: 0;
  47. width: 100%;
  48. }