Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. .table {
  2. width: 825px;
  3. }
  4.  
  5. .cell1 {
  6. height: 65.25px;
  7. border-top: 1px solid #e0e0e0;
  8. border-right: 1px solid #e0e0e0;
  9. border-left: 1px solid #e0e0e0;
  10. }
  11.  
  12. .cell2 {
  13. height: 65.25px;
  14. border-top: 1px solid #e0e0e0;
  15. border-right: 1px solid #e0e0e0;
  16. border-left: 1px solid #e0e0e0;
  17. }
  18.  
  19. .cell3 {
  20. height: 65.25px;
  21. border-top: 1px solid #e0e0e0;
  22. border-right: 1px solid #e0e0e0;
  23. border-left: 1px solid #e0e0e0;
  24. }
  25.  
  26. .cell4 {
  27. height: 65.25px;
  28. border-top: 1px solid #e0e0e0;
  29. border-right: 1px solid #e0e0e0;
  30. border-left: 1px solid #e0e0e0;
  31. border-bottom: 1px solid #e0e0e0;
  32. }
  33.  
  34. .row {
  35. display: flex;
  36. flex-direction: row;
  37. padding-top: 12px;
  38. padding-left: 18px;
  39. padding-bottom: 8px;
  40. }
  41.  
  42. .label {
  43. font-family: 'Source Sans Pro';
  44. color: #3e6ea0;
  45. font-size: 12px;
  46. line-height: 15px;
  47. padding-left: 5px;
  48. }
  49.  
  50. .content {
  51. width: 600px;
  52. border: 0;
  53. font-family: 'Source Sans Pro';
  54. color: #3c3c3c;
  55. text-align: left;
  56. font-size: 16px;
  57. line-height: 20px;
  58. outline: none;
  59. padding-left: 18px;
  60. }
  61.  
  62. .content:placeholder-shown {
  63. font-family: 'Source Sans Pro';
  64. color: #8f959c;
  65. font-style: italic;
  66. text-align: left;
  67. font-size: 16px;
  68. line-height: 20px;
  69. font-weight: normal;
  70. width: 600px;
  71. padding-left: 18px;
  72. }
  73.  
  74. .button {
  75. height: 30px;
  76. width: 83px;
  77. border-radius: 15px;
  78. color: #c51e30;
  79. border: 1px solid #c51e30;
  80. text-align: center;
  81. margin-top: 24px;
  82. font-family: 'Source Sans Pro';
  83. font-size: 12px;
  84. line-height: 15px;
  85. padding-top: 6px;
  86. }
  87.  
  88. .button:hover {
  89. opacity: 0.6
  90. }
  91.  
  92. .button:active {
  93. opacity: 0.5
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement