patch: profile-edit + profile - rework on addresses
This commit is contained in:
@ -125,16 +125,19 @@
|
||||
|
||||
.community-profile solid-multiple {
|
||||
|
||||
&::before {
|
||||
[name="address_line1"]::before {
|
||||
font-family: 'material-design-icons';
|
||||
content: "\F34E";
|
||||
position: relative;
|
||||
top: 2px;
|
||||
color: var(--color-third);
|
||||
font-size: 20px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
[name="address_line2"] {
|
||||
display: block;
|
||||
margin-left: 33px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -225,9 +228,7 @@
|
||||
position: relative;
|
||||
|
||||
button {
|
||||
position: absolute;
|
||||
top: 86px;
|
||||
right: 0;
|
||||
margin-top: 10px;
|
||||
color: #636363;
|
||||
font-weight: bold;
|
||||
line-height: 19px;
|
||||
@ -241,6 +242,27 @@
|
||||
}
|
||||
}
|
||||
|
||||
.edit-address {
|
||||
|
||||
form {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.segment.table-cell {
|
||||
display: table-cell;
|
||||
border-bottom: 1px solid #C9C8C8;
|
||||
border-right: 1px solid #C9C8C8;
|
||||
height: 60px;
|
||||
padding: 10px;
|
||||
vertical-align: middle;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
input[type='submit'] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
.tabs {
|
||||
|
Reference in New Issue
Block a user