main.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. @media (min-width: 992px){
  2. #sendmail-modal .modal-lg{
  3. max-width: 70%;
  4. }
  5. }
  6. .sendmail-setting-form .trumbowyg-editor {
  7. background-color: #fff;
  8. padding: 10px;
  9. }
  10. .sendmail-header label{
  11. text-align: left;
  12. font-size: 10px;
  13. width: 75px;
  14. font-weight: bold;
  15. color: #9cadc0;
  16. text-transform: uppercase;
  17. display: flex;
  18. }
  19. .sendmail-header .form-control{
  20. border-radius: 2rem !important;
  21. }
  22. .sendmail-header .form-control:focus,
  23. .sendmail-header .form-control:active {
  24. }
  25. .sendmail-header .recipientBox li > .input-group .form-control{
  26. }
  27. .sendmail-header .recipientBox li > .input-group .form-control:focus,
  28. .sendmail-header .recipientBox li > .input-group .form-control:active{
  29. }
  30. .sendmail-header ul{
  31. list-style-type: none;
  32. padding: 0;
  33. }
  34. #sendmail-modal .modal-content{
  35. box-shadow: 0 0 40px rgba(0,0,0,0.5);
  36. border-radius: 0;
  37. min-height: 500px;
  38. border: 0;
  39. border-top-left-radius: calc(0.3rem - 1px);
  40. border-top-right-radius: calc(0.3rem - 1px);
  41. }
  42. #sendmail-modal .modal-header{
  43. background:#222222;
  44. }
  45. #sendmail-modal .modal-header .btn-close{
  46. color: #9cadc0;
  47. }
  48. #sendmail-modal .modal-title{
  49. font-size: 12px;
  50. font-weight: bold;
  51. margin-top: 5px;
  52. padding: 0px;
  53. color: #9cadc0;
  54. text-transform: uppercase;
  55. }
  56. #sendmail-modal .modal-footer{
  57. background: #f0f6fc;
  58. }
  59. #sendForm > div.row {
  60. background: #f0f6fc;
  61. }
  62. #sendmail-modal #attachments {
  63. display: flex;
  64. flex-direction: column;
  65. color: #bdc2c6;
  66. border-radius: 1rem;
  67. background-color: #ffffff;
  68. text-align: left;
  69. padding: 0;
  70. margin: 0 !important;
  71. }
  72. #sendmail-modal #attachments[data-type="dropzone"] > ul {
  73. font-size: 0.9em;
  74. padding-bottom: 0.5rem;
  75. }
  76. #sendmail-modal #attachments[data-type="dropzone"] > ul > li {
  77. position: relative;
  78. border: 0;
  79. margin: 0.1rem 0.5rem;
  80. padding: 0;
  81. border-radius: 2rem;
  82. transition: background 0.05s linear;
  83. }
  84. #sendmail-modal #attachments[data-type="dropzone"] > ul > li:hover a{
  85. color: #326ba4;
  86. }
  87. #sendmail-modal #attachments[data-type="dropzone"] > ul > li:hover {
  88. color: #326ba4;
  89. background: hsl(210, 67%, 91%);
  90. }
  91. #sendmail-modal #attachments[data-type="dropzone"] > ul > li > i:first-of-type {
  92. margin-left: 10px;
  93. }
  94. #sendmail-modal #attachments[data-type="dropzone"] > ul > li > i.pointer {
  95. right: 10px;
  96. }
  97. #sendmail-modal #attachments a {
  98. color: #7daad7;
  99. text-decoration: none;
  100. background-color: transparent;
  101. transition: color 0.05s linear;
  102. word-break: break-all;
  103. }
  104. #sendmail-modal .trumbowyg-button-pane{
  105. background: #f0f6fc;
  106. border-bottom: 0;
  107. }
  108. #sendmail-modal .trumbowyg-box,
  109. #sendmail-modal .trumbowyg-editor{
  110. border: 0;
  111. }
  112. #sendmail-modal .trumbowyg-editor {
  113. background-color: transparent;
  114. }
  115. #sendmail-modal .modal-body {
  116. padding: 0;
  117. }
  118. .sendmail-autocomplete-mail{
  119. color: #5482aa;
  120. font-size: 12px;
  121. }
  122. .sendmail-autocomplete-line strong{
  123. padding: 0 2px;
  124. background-color: #ffffcf;
  125. color: #ae8100;
  126. font-weight: normal;
  127. }
  128. .sendmail-header .recipient-type button{
  129. width: 55px;
  130. text-align: left;
  131. font-size: 10px;
  132. font-weight: bold;
  133. color: #9cadc0 !important;
  134. padding: 0;
  135. text-transform: uppercase;
  136. border-radius: 0;
  137. background: transparent !important;
  138. border:0 !important;
  139. }
  140. .sendmail-header .recipient-type div.dropdown-menu{
  141. width: 52px !important;
  142. min-width: 0;
  143. }
  144. .sendmail-header .recipient-type a.dropdown-item{
  145. color: #9cadc0 !important;
  146. background-color: transparent !important;
  147. font-size:12px !important;
  148. text-align:left;
  149. }
  150. .sendmail-header .recipient-type a.dropdown-item:hover{
  151. background-color: rgb(240, 246, 252) !important;
  152. }