|
|
|
@ -26,10 +26,6 @@ section[role="member-settings"] {
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] > div:nth-child(1) {
|
|
|
|
|
grid-column: 1/2;
|
|
|
|
|
grid-row: 1/3;
|
|
|
|
@ -85,13 +81,13 @@ section[role="member-settings"] div input[type="file"] {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] div input[type="text"] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
width: 98.4%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] div textarea {
|
|
|
|
|
width: 99%;
|
|
|
|
|
width: 98.4%;
|
|
|
|
|
height: 63%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -163,9 +159,9 @@ section[role="member-settings"] > div[role="mail"] div[data-enabled="false"] {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] > div[role="mail"] input {
|
|
|
|
|
width: 96%;
|
|
|
|
|
height: 30px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
width: 98.4%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -177,19 +173,29 @@ section[role="data-settings"] {
|
|
|
|
|
main > article[role="settings"] {
|
|
|
|
|
width: 97%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
main > article[role="settings"] > section[role="member-settings"] {
|
|
|
|
|
width: 97.5%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 650px) {
|
|
|
|
|
section[role="member-settings"] div input[type="text"] {
|
|
|
|
|
width: 99.3%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] {
|
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] > div[role="mail"] input {
|
|
|
|
|
width: 97.7%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] div textarea {
|
|
|
|
|
height: 80px;
|
|
|
|
|
width: 99.3%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] > div:nth-child(1) {
|
|
|
|
@ -231,8 +237,12 @@ section[role="data-settings"] {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 530px) {
|
|
|
|
|
section[role="member-settings"] > div[role="mail"] input {
|
|
|
|
|
width: 98.5%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] {
|
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
|
grid-template-columns: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] div textarea {
|
|
|
|
@ -246,6 +256,8 @@ section[role="data-settings"] {
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] > div:nth-child(2) {
|
|
|
|
|
grid-row: 3/5;
|
|
|
|
|
grid-column: 1;
|
|
|
|
|
height: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section[role="member-settings"] > div:nth-child(3) {
|
|
|
|
@ -258,6 +270,6 @@ section[role="data-settings"] {
|
|
|
|
|
section[role="member-settings"] > div:nth-child(6),
|
|
|
|
|
section[role="member-settings"] > div:nth-child(7),
|
|
|
|
|
section[role="member-settings"] > div:nth-child(8) {
|
|
|
|
|
grid-column: 1/3;
|
|
|
|
|
grid-column: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|