Created
September 17, 2021 18:54
-
-
Save jfowler-dc/7e1f4bbdd5aa25f33d2afab31e4f59d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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