Device manager: generic settings subsection component (PSG-636) (#9147)

* add feature_new_device_manager labs flag

* add generic settings tab container

* settingstab section styles

* add session manager tab to user settings

* add sessions tab case to UserSettingDialog test

* fussy import ordering

* remove posthog tracking

* i18n

* add generic settings subsection component
This commit is contained in:
Kerry 2022-08-09 10:14:30 +02:00 committed by GitHub
parent 32478db57e
commit eb2e61e9cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 210 additions and 2 deletions

View file

@ -103,5 +103,5 @@ limitations under the License.
grid-template-columns: 1fr;
grid-gap: $spacing-32;
padding: 0 $spacing-16;
padding: $spacing-16 0;
}