Advertisement
daffi_gusti

Untitled

May 6th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. page-login-page {
  2. .login-content {
  3. background: #56CA96;
  4.  
  5. .logo-row {
  6. padding-top: 50px;
  7. padding-bottom: 20px;
  8. }
  9.  
  10. .login-box {
  11. background: #399F8B;
  12. padding: 20px 20px 0px 20px;
  13. margin-top: 30px;
  14. }
  15.  
  16. ion-row {
  17. align-items: center;
  18. text-align: center;
  19. }
  20.  
  21. ion-item {
  22. border-radius: 30px !important;
  23. padding-left: 30px !important;
  24. font-size: 0.9em;
  25. margin-bottom: 10px;
  26. border: 1px solid #ffffff;
  27. border-bottom: 0px !important;
  28. box-shadow: none !important;
  29. }
  30.  
  31. .signup-col {
  32. margin: 0px 16px 0px 16px;
  33. padding-bottom: 20px;
  34. }
  35.  
  36. .item-inner {
  37. border-bottom-color: #ffffff !important;
  38. box-shadow: none !important;
  39. }
  40.  
  41. .submit-btn {
  42. background: #51CFB1;
  43. border-radius: 30px !important;
  44. border: 1px solid #ffffff;
  45. }
  46.  
  47. .register-btn {
  48. color: #ffffff;
  49. font-size: 0.8em;
  50. }
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement