19 lines
283 B
CSS
Executable File
19 lines
283 B
CSS
Executable File
.container {
|
|
width: 100%;
|
|
}
|
|
|
|
.full-address {
|
|
width: 100%;
|
|
background: transparent;
|
|
color: rgb(51, 51, 51);
|
|
border: 1px solid rgb(51, 51, 51);
|
|
border-radius: 25px;
|
|
padding: 10px 15px;
|
|
line-height: 24px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.full-address:disabled {
|
|
opacity: 0.5;
|
|
}
|