Minor tweaks to UserSettings dialog (#12651)
* Make user settings dialog title looks like figma design * dialog: add title to close button * Update dialog snapshot * Update playwright snapshot
This commit is contained in:
parent
7e7b55efe3
commit
6c99b91210
25 changed files with 175 additions and 158 deletions
|
@ -22,6 +22,15 @@ limitations under the License.
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.mx_UserSettingsDialog_title {
|
||||
/* Override default dialog font style */
|
||||
font: var(--cpd-font-heading-md-regular) !important;
|
||||
|
||||
.mx_UserSettingsDialog_title_strong {
|
||||
font: var(--cpd-font-heading-md-semibold);
|
||||
}
|
||||
}
|
||||
|
||||
/* ICONS */
|
||||
/* ========================================================== */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue