Minor UI fixes (#27022)
* 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>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
715c178d9b
Коммит
383bf9b71a
@@ -18,10 +18,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
.alert-svg {
|
|
||||||
margin-top: -20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
color: var(--sys-denim-center-channel-text);
|
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='content-body'>
|
||||||
<div className='alert-svg'>
|
<div className='no-header__img alert-svg'>
|
||||||
<AlertSvg
|
<AlertSvg
|
||||||
width={150}
|
width={150}
|
||||||
height={150}
|
height={150}
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ const SwitchToYearlyPlanConfirmModal: React.FC<Props> = (props: Props): JSX.Elem
|
|||||||
>
|
>
|
||||||
<>
|
<>
|
||||||
<div className='content-body'>
|
<div className='content-body'>
|
||||||
<div className='alert-svg'>
|
<div className='no-header__img'>
|
||||||
<Svg
|
<Svg
|
||||||
width={300}
|
width={300}
|
||||||
height={300}
|
height={300}
|
||||||
|
|||||||
@@ -195,6 +195,7 @@ body {
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
color: inherit;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-header__img {
|
||||||
|
margin-top: -40px;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user