adobe-basel / summit-emea-team-3

Apache License 2.0
0 stars 0 forks source link

Registration (form) page #9

Open dicagno opened 1 year ago

dicagno commented 1 year ago

ref: https://summit-emea.adobe.com/emea/registration/

dicagno commented 1 year ago

Checkbox doesn't follow the Spectrum system, a starting point might be:


.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: rgba(69 135 192 1);
    border: none;
    cursor: pointer;
}