12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .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;
- }
-
- input[type="checkbox"] + svg + span {
- color: #9FB0CC;
- }
-
- .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;
- }
- }
|