split SettingsSection out of SettingsTab, replace usage (#10735)
* split SettingsSection out of SettingsTab, replace usage * correct copyright * fix VoipRoomSettingsTab
This commit is contained in:
parent
35376996b0
commit
58c942be45
9 changed files with 174 additions and 72 deletions
|
@ -20,9 +20,11 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_SettingsFieldset_legend {
|
||||
font-size: $font-16px;
|
||||
display: block;
|
||||
// matches h3
|
||||
font-size: $font-18px;
|
||||
font-weight: var(--font-semi-bold);
|
||||
line-height: $font-22px;
|
||||
display: block;
|
||||
color: $primary-content;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue