_events.scss 2.66 KB
.event-form-bookings{
    display: none;
}
.em-event-admin-editor.em-event-editor{
  max-width: 800px;
}
.css-event-form{
  h3{
    color: #1A3668!important;
    font-size: 28px !important;
    line-height: 36px !important;
    font-family:"trade-gothic-next" !important;
    label{
    color: #1A3668!important;
    font-size: 28px !important;
    line-height: 36px !important;
    font-family:"trade-gothic-next" !important;
    }

  }
}
.event-form-submit .button-primary{
    background-color: #1A3668;
    border: 1px solid #1A3668;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family:"trade-gothic-next";
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    &:hover{
      font-weight: bold;
      text-decoration: none;
      background-color: #132C55 !important;
    }
}
.em-location-data-address input{
  width: 300px;
}
.em-location-data-address label{
  width: 300px;
}

.event-form-image{
  margin: 40px 0px;
}

.em.pixelbones .input ::-webkit-file-upload-button{
  all: unset;
}
#event-image{
  all: unset;
  width: calc(100% - 120px) !important;
  background-color: #fff !important;
  color: #6d6d6d !important;
  text-transform: none;
  border: #000 1px solid;
  padding: 10px 0px;
  padding-left: 120px;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.148' height='56.023' viewBox='0 0 74.148 56.023'%3E%3Cpath id='Path_12' data-name='Path 12' d='M264.869 343.06A4.969 4.969 0 0 0 259.926 348V394.14a4.969 4.969 0 0 0 4.943 4.943h64.262a4.969 4.969 0 0 0 4.943-4.943V348a4.969 4.969 0 0 0-4.943-4.943Zm0 3.3h64.262A1.609 1.609 0 0 1 330.779 348v39.391l-14.443-15.808a1.672 1.672 0 0 0-2.42 0L302.124 384.1l-17.069-19.078a1.638 1.638 0 0 0-2.446-.026l-19.387 20.828V348a1.609 1.609 0 0 1 1.648-1.648Zm37.9 8.238a6.591 6.591 0 1 0 6.591 6.591 6.616 6.616 0 0 0-6.591-6.591Zm0 3.3a3.3 3.3 0 1 1-3.3 3.3A3.271 3.271 0 0 1 302.767 357.89Zm-18.975 10.685 24.356 27.213H264.87a1.609 1.609 0 0 1-1.648-1.648v-3.476ZM315.1 375.14l15.679 17.146v1.854a1.609 1.609 0 0 1-1.648 1.648H312.576l-8.238-9.217Z' transform='translate(-259.926 -343.06)' fill='%231a3668'/%3E%3C/svg%3E");

}

#event-image:before{
  content:'Upload your image';
  font-family:"trade-gothic-next";
  font-weight: bold;

  margin-right: 20px;
  display: block;
  color: #000;
}

#event-image:after{
content:'Drag your image here or click to browse';
 width: calc(100% - 24px ) !important;
display: block;

color: #000;
}

#event-image span{
  display: none !important;
  color: #fff;
}
#event-image-img,
[for="event_image"],
::file-selector-button{
  display: none !important;
}