Skip to content

Instantly share code, notes, and snippets.

@jfowler-dc
Created September 17, 2021 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfowler-dc/7e1f4bbdd5aa25f33d2afab31e4f59d0 to your computer and use it in GitHub Desktop.
Save jfowler-dc/7e1f4bbdd5aa25f33d2afab31e4f59d0 to your computer and use it in GitHub Desktop.
.ui-widget-content {
width:100% !important;
}
#modal-request-access {
position:relative;
z-index: 9999;
background:#fff;
box-sizing:border-box;
padding:15px;
fieldset {
border:0;
padding:0;
margin:0;
}
.address {
border-radius:16px;
border:2px solid $color-gray10;
padding:28px;
margin-bottom:16px;
&.checkout-box-shadow {
box-shadow:none;
border-color:$color-gray35;
}
label {
font-size:16px;
}
.edit {
align-items: center;
cursor:pointer;
display:inline-flex;
font-size:14px;
padding-left: 20px;
position:relative;
color:#0070bc;
margin-left:12px;
&:before {
content:'\e98c';
font-family: "cdw-icons-global";
font-style: normal;
font-variant: normal;
font-weight: normal;
left:0;
line-height: 1;
position:absolute;
}
}
.address-info {
padding-left:25px;
.subject {
font-size:16px;
line-height:24px;
.AddressValidationColor {
color:#337515;
font-weight:bold;
}
}
}
}
button.button {
width:100%;
background:#0070bc;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment