selector ordering
This commit is contained in:
parent
02504b9959
commit
050766e7bb
1 changed files with 4 additions and 4 deletions
|
@ -26,14 +26,14 @@ limitations under the License.
|
||||||
height: 4em;
|
height: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ProfileSettings_controls .mx_Field:first-child {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_ProfileSettings_controls .mx_Field {
|
.mx_ProfileSettings_controls .mx_Field {
|
||||||
margin-right: 100px;
|
margin-right: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ProfileSettings_controls .mx_Field:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_ProfileSettings_hostingSignup {
|
.mx_ProfileSettings_hostingSignup {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue