Advertisement
Dev4ster

form seguros css

Sep 23rd, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.44 KB | None | 0 0
  1. .formulario-especial{
  2.     .bg-color(#F3F7F8);
  3.     .pd(50px 0);
  4.     .box;
  5.     h2{
  6.         .ac;
  7.         .c(#1B3588);
  8.         .fs(35px);
  9.         .fw-bold;
  10.     }
  11.     .content-form{
  12.         .full-max;
  13.         .pd(0 15px);
  14.         .box;
  15.         .df;
  16.         .wrap;
  17.         .mgt(50px);
  18.         .sb;
  19.         .titulo{
  20.             .w(100%);
  21.             .ac;
  22.             .c(#111111);
  23.             .fs(20px);
  24.             .fw-bold;
  25.             .mgb(20px);
  26.         }
  27.         .bloco{
  28.             .w(49%);
  29.             @media only screen and(max-width:1023px){
  30.                 .w(100%);
  31.             }
  32.             .um{
  33.                 .df;
  34.                 .w(100%);
  35.             }
  36.             .dois{
  37.  
  38.                 .df;
  39.                 .w(100%);
  40.                 .sb;
  41.                 .wrap;
  42.                 input{
  43.                     .w(48%);
  44.                     @media only screen and(max-width:768px){
  45.                       .w(100%);
  46.                     }
  47.                 }
  48.             }
  49.  
  50.             .um,.dois{
  51.                 input{
  52.                     .mgb(20px);
  53.                     .sombra(0 0 5px fade(#000,35%));
  54.                     .h(54px);
  55.                     .c(#333333);
  56.                     .fs(16px);
  57.                     .pdl(20px);
  58.                     &::placeholder{
  59.                         .c(#333333);
  60.                         .fs(16px);
  61.                     }
  62.                 }
  63.             }
  64.         }
  65.  
  66.     }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement