123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .settings-pane {
- display: flex;
- width: 100%;
-
- &.profile-pane {
- flex-direction: column;
- }
-
- .auth-name {
- margin-bottom: 4px;
- }
-
- .calendar-tab,
- .device-selection {
- margin-top: 20px;
- }
-
- .mock-atlaskit-label {
- color: #56637A;
- font-size: 12px;
- font-weight: 600;
- line-height: 1.33;
- padding: 20px 0px 4px 0px;
- }
-
- .calendar-tab,
- .more-tab,
- .profile-edit {
- display: flex;
- width: 100%;
- }
-
- .profile-edit-field {
- flex: 1;
- }
- .settings-sub-pane {
- flex-grow: 1;
- }
-
- .profile-edit-field {
- margin-right: 20px;
- }
-
- .language-settings {
- max-width: 50%;
- }
-
- .calendar-tab {
- align-items: center;
- flex-direction: column;
- font-size: 14px;
- min-height: 100px;
- text-align: center;
- }
-
- .calendar-tab-sign-in {
- margin-top: 20px;
- }
-
- .sign-out-cta {
- margin-bottom: 20px;
- }
- }
|