Very early work on the "General" tab
This commit is contained in:
parent
22435bf8d2
commit
f1e44757f0
7 changed files with 78 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
text-align: center;
|
||||
color: $dialog-title-fg-color;
|
||||
margin-top: 23px;
|
||||
margin-bottom: 32px;
|
||||
margin-bottom: 24px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
6
res/css/views/settings/tabs/_GeneralSettingsTab.scss
Normal file
6
res/css/views/settings/tabs/_GeneralSettingsTab.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
.mx_GeneralSettingsTab_profile input {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
padding: 5px;
|
||||
border-radius: 4px;
|
||||
}
|
13
res/css/views/settings/tabs/_SettingsTab.scss
Normal file
13
res/css/views/settings/tabs/_SettingsTab.scss
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue