add-advertising-service.component.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .imgProfile {
  2. width: 200px;
  3. height: 200px;
  4. border: 1px solid #ccc;
  5. border-radius: 20px 20px 0 0;
  6. }
  7. .imgProfile {
  8. width: 70px;
  9. height: 70px;
  10. border-radius: 20px 20px 0 0;
  11. border-radius: 50%;
  12. border: 1px solid #ccc;
  13. }
  14. .imgContainer {
  15. width: 200px;
  16. position: relative;
  17. border-radius: 20px;
  18. margin: 30px auto;
  19. }
  20. .iconUpload-w {
  21. width: 30px;
  22. font-size: 1.25em;
  23. font-weight: 700;
  24. color: #252525;
  25. display: inline-block;
  26. border-radius: 0 0 20px 20px;
  27. position: absolute;
  28. border: 1px solid #ccc;
  29. border-radius: 50%;
  30. bottom: -8px;
  31. left: 43%;
  32. }
  33. .inputfile {
  34. width: 0.1px;
  35. height: 0.1px;
  36. opacity: 0;
  37. overflow: hidden;
  38. position: absolute;
  39. z-index: -1;
  40. }
  41. input {
  42. font-size: 13px !important;
  43. }
  44. input,select {
  45. font-size: 12px;
  46. background-color: #f9f9f9;
  47. border: 2px solid #bda380;
  48. }
  49. /* .inputfile + label {
  50. width: 100%;
  51. font-size: 1.25em;
  52. font-weight: 700;
  53. color: #252525;
  54. background-color: transparent;
  55. display: inline-block;
  56. border: 1px solid #ccc;
  57. border-radius: 0 0 20px 20px;
  58. } */
  59. .inputfile:focus + label,
  60. .inputfile + label:hover {
  61. background-color: #00a99d;
  62. color: #fff;
  63. }
  64. .inputfile + label {
  65. cursor: pointer; /* "hand" cursor */
  66. }
  67. .inputfile:focus + label {
  68. outline: 1px dotted #000;
  69. outline: -webkit-focus-ring-color auto 5px;
  70. }
  71. .regesterBtn-w {
  72. width: 200px;
  73. display: block;
  74. margin: 20px auto;
  75. }
  76. .inlineBlock-w {
  77. display: inline-block !important;
  78. float: right !important;
  79. margin: 40px 0 !important;
  80. }