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.

71 lines
1.8 KiB

  1. @import (reference) "../include/infopages.less";
  2. @import (reference) "../include/colortheme-all.less";
  3. @import (reference) "../include/alertify.less";
  4. @import (reference) "../include/checkmark.less";
  5. &.cp-page-login {
  6. .infopages_main();
  7. .alertify_main();
  8. .checkmark_main(20px);
  9. .form-group {
  10. .extra {
  11. display: flex;
  12. align-items: center;
  13. justify-content: space-between;
  14. width: 100%;
  15. }
  16. }
  17. .cp-container {
  18. #data {
  19. background: #4591C4;
  20. padding-top: 3em;
  21. padding-bottom: 7em;
  22. padding-left: 30px;
  23. padding-right: 30px;
  24. p {
  25. color: #fff;
  26. }
  27. h2 {
  28. font-weight: 700;
  29. color: @cryptpad_header_col;
  30. }
  31. }
  32. #userForm {
  33. padding-top: 3em;
  34. padding-bottom: 2em;
  35. .form-control {
  36. border-radius: 0;
  37. color: @cryptpad_text_col;
  38. margin-top: 1em;
  39. &:focus {
  40. border-color: @cryptpad_color_blue;
  41. }
  42. }
  43. .checkbox-container {
  44. color: @cryptpad_text_col;
  45. }
  46. }
  47. .align-items-center {
  48. box-shadow: 0 5px 15px rgba(69,145,196, 0.3);
  49. background: #fff;
  50. }
  51. .extra {
  52. margin-top: 1em;
  53. .login {
  54. background: @cryptpad_color_blue;
  55. color: #fff;
  56. padding: 10px;
  57. border-radius: 0;
  58. &:hover {
  59. transform: scale(1.05);
  60. }
  61. }
  62. }
  63. }
  64. .cp-container {
  65. padding-top: 3em;
  66. min-height: 66vh;
  67. }
  68. }