mock-login.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. mock-login{
  2. ion-header{
  3. margin-top: 2px;
  4. margin-left: 5px;
  5. height: 56px;
  6. }
  7. .Register-twitter{
  8. margin-top: 5px;
  9. height: 38px;
  10. width: 100%;
  11. border-bottom: 1px solid #c8c7cc;
  12. }
  13. .register{
  14. float: right;
  15. margin-top: 11px;
  16. margin-right: 23px;
  17. color: grey;
  18. }
  19. .twitter-api-logo img{
  20. width: 12%;
  21. height: 46px;
  22. }
  23. .twitter-api-logo{
  24. margin-top: 32px;
  25. margin-left: 15px;
  26. }
  27. .second_header{
  28. width: 80%;
  29. float: right;
  30. color: #b0aeb6;
  31. }
  32. .sh_header{
  33. font-size: 21px;
  34. }
  35. .login{
  36. margin-top: 51px;
  37. padding: 24px;
  38. }
  39. .forgot_pass{
  40. }
  41. .invalid-feedback{
  42. color:red;
  43. }
  44. .username1{
  45. margin-bottom: 36px;
  46. width: 360px;
  47. padding: 4px;
  48. }
  49. .password1{
  50. margin-bottom: 36px;
  51. width: 360px;
  52. padding: 4px;
  53. }
  54. ion-icon .icon-more{
  55. float: right;
  56. }
  57. ion-icon .icon-twitterlogo{
  58. color: #1DA1F2;
  59. }
  60. .login-btn{
  61. display: inline-block;
  62. text-align: center;
  63. text-decoration: none;
  64. margin: 34px 0;
  65. border: solid 1px transparent;
  66. border-radius: 4px;
  67. padding: 9px 7px;
  68. color: #ffffff;
  69. background-color: #1DA1F2;
  70. }
  71. .close-btn{
  72. display: inline-block;
  73. text-align: center;
  74. text-decoration: none;
  75. margin: 34px 0;
  76. border: solid 1px transparent;
  77. border-radius: 4px;
  78. padding: 9px 7px;
  79. color: #ffffff;
  80. background-color: #ebebeb;
  81. }
  82. }