mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04:00
feat(privacy): Add privacy settings
This commit is contained in:
9
client/src/components/settings/toggle-setting.css
Normal file
9
client/src/components/settings/toggle-setting.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.toggle-setting-container .form-group {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.toggle-setting-container .form-group label {
|
||||
max-width: 50%;
|
||||
}
|
||||
Reference in New Issue
Block a user