* MM-58170 - Updating remove license modal

* MM-58211 - Updating color on sign up page url

* updating css

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Asaad Mahmood
2024-05-21 00:20:26 -07:00
коммит произвёл GitHub
родитель 715c178d9b
Коммит 383bf9b71a
5 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@@ -18,10 +18,6 @@
align-items: center;
justify-content: center;
.alert-svg {
margin-top: -20px;
}
.title {
margin: 10px 0;
color: var(--sys-denim-center-channel-text);

Просмотреть файл

@@ -56,7 +56,7 @@ const ConfirmLicenseRemovalModal: React.FC<Props> = (props: Props): JSX.Element
>
<>
<div className='content-body'>
<div className='alert-svg'>
<div className='no-header__img alert-svg'>
<AlertSvg
width={150}
height={150}

Просмотреть файл

@@ -60,7 +60,7 @@ const SwitchToYearlyPlanConfirmModal: React.FC<Props> = (props: Props): JSX.Elem
>
<>
<div className='content-body'>
<div className='alert-svg'>
<div className='no-header__img'>
<Svg
width={300}
height={300}

Просмотреть файл

@@ -195,6 +195,7 @@ body {
display: table-cell;
overflow: hidden;
width: 50%;
color: inherit;
text-align: left;
text-overflow: ellipsis;
}

Просмотреть файл

@@ -18,6 +18,10 @@
}
}
.no-header__img {
margin-top: -40px;
}
.modal-body {
max-height: 100%;
padding: 0;