|
|
|
@ -113,27 +113,17 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (min-width: 580px) and (max-width: 680px) { |
|
|
|
|
.mobile-browser { |
|
|
|
|
&.shift-right .focus-lock > div > div { |
|
|
|
|
@include full-size-modal-positioner(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.shift-right .focus-lock [role="dialog"] { |
|
|
|
|
@include full-size-modal-dialog(); |
|
|
|
|
} |
|
|
|
|
@media (max-width: 580px) { |
|
|
|
|
// Override Atlaskit inline style for the modal background. |
|
|
|
|
// Important is unfortunately needed for that. |
|
|
|
|
.shift-right .focus-lock [role="dialog"][style] { |
|
|
|
|
background-color: $chatBackgroundColor !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Override Atlaskit inline style for the modal background. |
|
|
|
|
// Important is unfortunately needed for that. |
|
|
|
|
.shift-right .focus-lock [role="dialog"][style] { |
|
|
|
|
background-color: $chatBackgroundColor !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Remove Atlaskit padding from the chat dialog. |
|
|
|
|
.shift-right .focus-lock [role="dialog"] > div:first-child > div:nth-child(2) { |
|
|
|
|
padding: 0; |
|
|
|
|
// Remove Atlaskit padding from the chat dialog. |
|
|
|
|
.shift-right .focus-lock [role="dialog"] > div:first-child > div:nth-child(2) { |
|
|
|
|
padding: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
div.Tooltip { |
|
|
|
|