Fix style issues with workspace deletion modal.
Этот коммит содержится в:
@@ -12,6 +12,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__Icon {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
&__Title {
|
||||
color: var(--sys-denim-center-channel-text);
|
||||
font-family: Metropolis;
|
||||
@@ -22,10 +26,11 @@
|
||||
|
||||
&__Usage {
|
||||
text-align: left;
|
||||
color: var(--sys-center-channel-text);
|
||||
|
||||
&-Highlighted {
|
||||
color: black;
|
||||
font-weight: 700;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -186,8 +186,8 @@ export default function DeleteWorkspaceModal(props: Props) {
|
||||
className='DeleteWorkspaceModal'
|
||||
onExited={handleClickCancel}
|
||||
>
|
||||
<div>
|
||||
<LaptopAlertSVG/>
|
||||
<div className="DeleteWorkspaceModal__Icon">
|
||||
<LaptopAlertSVG height={156}/>
|
||||
</div>
|
||||
<div className='DeleteWorkspaceModal__Title'>
|
||||
<FormattedMessage
|
||||
|
||||
Ссылка в новой задаче
Block a user