mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
lint.
This commit is contained in:
@@ -13,7 +13,7 @@ import {ValueOf} from '@mattermost/types/utilities';
|
||||
import CreditCardSvg from 'components/common/svg_images_components/credit_card_svg';
|
||||
import IconMessage from 'components/purchase_modal/icon_message';
|
||||
|
||||
import './submitting_page.scss'
|
||||
import './submitting_page.scss';
|
||||
|
||||
function useConvertProgressToWaitingExplanation(progress: ValueOf<typeof SelfHostedSignupProgress>, planName: string): React.ReactNode {
|
||||
const intl = useIntl();
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
.submitting {
|
||||
overflow: hidden;
|
||||
|
||||
.processing {
|
||||
margin-top: 163px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
.self_hosted_expansion_success {
|
||||
overflow: hidden;
|
||||
|
||||
.selfHostedExpansionModal__success {
|
||||
margin-top: 163px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user