Very early work on the "General" tab

This commit is contained in:
Travis Ralston 2019-01-18 20:22:36 -07:00
parent 22435bf8d2
commit f1e44757f0
7 changed files with 78 additions and 3 deletions

View file

@ -4,7 +4,7 @@
text-align: center;
color: $dialog-title-fg-color;
margin-top: 23px;
margin-bottom: 32px;
margin-bottom: 24px;
padding: 0;
}

View file

@ -0,0 +1,6 @@
.mx_GeneralSettingsTab_profile input {
display: block;
font-size: 14px;
padding: 5px;
border-radius: 4px;
}

View file

@ -0,0 +1,13 @@
.mx_SettingsTab_heading {
font-size: 20px;
font-weight: 600;
}
.mx_SettingsTab_subheading {
font-size: 14px;
display: block;
}
.mx_SettingsTab_section {
margin-top: 10px;
}