Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 03c4677

Browse files
authored
Changed font-weight to 400 to support light weight font (#8345)
* changed font-weight to 400 to support light weight font * removed font-weight line and _CreateRoom.scss file * removed _CreateRoom from _components.scss
1 parent 2a396a4 commit 03c4677

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

res/css/_common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ legend {
294294
background-color: $background;
295295
color: $light-fg-color;
296296
z-index: 4012;
297-
font-weight: 300;
298297
font-size: $font-15px;
299298
position: relative;
300299
padding: 24px;

res/css/_components.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
@import "./structures/_BackdropPanel.scss";
2828
@import "./structures/_CompatibilityPage.scss";
2929
@import "./structures/_ContextualMenu.scss";
30-
@import "./structures/_CreateRoom.scss";
3130
@import "./structures/_FileDropTarget.scss";
3231
@import "./structures/_FilePanel.scss";
3332
@import "./structures/_GenericErrorPage.scss";

res/css/structures/_CreateRoom.scss

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)