diff --git a/static/styles/components.css b/static/styles/components.css index 90db7cb837..da07a0b7bc 100644 --- a/static/styles/components.css +++ b/static/styles/components.css @@ -12,6 +12,10 @@ display: none; } +.light { + font-weight: 300; +} + /* -- base button styling -- */ .new-style .button { padding: 8px 15px; diff --git a/static/styles/settings.css b/static/styles/settings.css index 57d097b4fa..f7d2a18580 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -23,10 +23,6 @@ label { width: 70%; } -.light { - font-weight: 300; -} - .padded-container { padding: 20px; } diff --git a/static/styles/zulip.css b/static/styles/zulip.css index ea9a3243a7..1d5b2cad1a 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -61,10 +61,6 @@ p.n-margin { clear: both; } -.light { - font-weight: 300; -} - .no-margin { margin: 0; }