New state for Update Dialog

This commit is contained in:
Fedor Indutny 2023-03-15 09:57:27 -07:00 committed by GitHub
parent 5949cc11b1
commit a1ab62f878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 93 additions and 29 deletions

View file

@ -24,10 +24,15 @@
cursor: inherit;
display: flex;
min-height: 64px;
padding: 12px 18px;
padding: 12px 14px 12px 16px;
user-select: none;
width: 100%;
font-size: 13px;
line-height: 18px;
letter-spacing: -0.0025em;
font-weight: 400;
.module-left-pane--width-narrow & {
padding-left: 36px;
}
@ -108,6 +113,7 @@
&__action-text {
@include button-reset;
text-decoration: none;
color: $color-white-alpha-80;
}
&__close-button {
@ -115,8 +121,8 @@
border-radius: 4px;
float: right;
height: 24px;
width: 24px;
height: 20px;
width: 20px;
&::before {
-webkit-mask: url('../images/icons/v2/x-24.svg') no-repeat center;
@ -174,7 +180,6 @@
@include font-body-1-bold;
padding: 0px;
margin: 0px;
margin-bottom: 8px;
}
span {
@include font-body-1;
@ -193,6 +198,10 @@
a {
color: $error-text-color;
}
.LeftPaneDialog__action-text {
color: $error-text-color;
}
}
&--warning {
@ -218,6 +227,10 @@
background-color: WindowText;
}
}
.LeftPaneDialog__action-text {
color: $warning-text-color;
}
}
&__progress {
@ -228,6 +241,7 @@
max-width: 210px;
overflow: hidden;
width: 100%;
margin: 10px 0 6px 0;
}
&--bar {