Advertisement
Guest User

Zeen integration Customizer Import/export plugin

a guest
Dec 13th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.25 KB | None | 0 0
  1. * mod */
  2. .cei-form {
  3.     position: unset;
  4.     left: unset;
  5. }
  6. .cei-hr {
  7.     margin: unset;
  8. }
  9. .cei-import-file {
  10.     background: unset;
  11.     width: unset;
  12.     margin: unset;
  13.     padding: unset;
  14.     font-size: unset;
  15. }
  16. .cei-import-images {
  17.     display: unset;
  18.     margin-bottom: unset;
  19. }
  20. .cei-uploading {
  21.     background: unset;
  22.     display: none;
  23.     margin: unset;
  24.     padding: unset;
  25.     font-size: unset;
  26. }
  27.  
  28. .cei-import-images {
  29.     margin-bottom: 20px;
  30.     margin-top: 20px;
  31.     width: 100%;
  32.     display: block;
  33. }
  34.  
  35. #customize-control-cei-setting .cei-import-file,
  36. #customize-control-cei-setting input.button {
  37.   outline: 0;
  38.   padding: 0 5px;
  39.   -webkit-appearance: none;
  40.   -webkit-box-shadow: none;
  41.   box-shadow: none;
  42.   font-size: 10px;
  43.   text-transform: uppercase;
  44.   color: #616161;
  45.   letter-spacing: 1px;
  46.   font-weight: 700;
  47.   border-radius: 2px;
  48.   margin: 0 !important;
  49.   float: none;
  50.   -webkit-transition: 0.2s all;
  51.   transition: 0.2s all;
  52.   color: #fff;
  53.   background: #272830;
  54.   width: 100% !important;
  55.   height: 35px !important;
  56.   border: 0;
  57. }
  58.  
  59. #customize-control-cei-setting input.button:active {
  60.   -webkit-box-shadow: none;
  61.           box-shadow: none;
  62.   background-color: #fff;
  63. }
  64.  
  65. #customize-control-cei-setting input.button:hover {
  66.   -webkit-box-shadow: none;
  67.           box-shadow: none;
  68.   background-color: #fff;
  69.   color:#616161;
  70. }
  71.  
  72. #customize-control-cei-setting .cei-import-file {
  73.     margin: 0;
  74.     padding: 10px 10px 28px 10px;
  75. }
  76.  
  77. #customize-control-cei-setting .cei-hr {
  78.     display: none;
  79. }
  80.  
  81. #customize-control-cei-setting input[type=checkbox],
  82. #customize-control-cei-setting input[type=radio] {
  83.     display: inline-block;
  84.     height: 16px;
  85.     margin: 0;
  86.     width: 16px!important;
  87.     min-width: 16px;
  88. }
  89.  
  90. #customize-control-cei-setting .customize-control-title {
  91.     margin: 20px 0 10px 0;
  92.     display: block;
  93.     background-color: transparent;
  94.     border-bottom: 0;
  95.     border-left: 0;
  96.     color: #ffffff;
  97.     color: #edd03c;
  98.     font-weight: 400;
  99.     text-transform: none;
  100.     font-size: 15px;
  101.     line-height: 13px;
  102. }
  103.  
  104. .customize-control .actions .button {
  105.     margin-top: 12px;
  106. }
  107.  
  108. #customize-controls #customize-control-cei-setting .description {
  109.     font-size: 12px!important;
  110.     font-style: normal;
  111.     font-weight: 400;
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement