You are here

commerce_checkout_login.admin.css in Commerce Checkout Login 7.2

html:not(.js) #edit-account-form-select{
  display: flex;
  justify-content: space-between;
}

html:not(.js) #edit-account-form-select > .form-wrapper {
  flex:0 0 49%;
}

File

css/commerce_checkout_login.admin.css
View source
  1. html:not(.js) #edit-account-form-select{
  2. display: flex;
  3. justify-content: space-between;
  4. }
  5. html:not(.js) #edit-account-form-select > .form-wrapper {
  6. flex:0 0 49%;
  7. }