mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-06 09:51:09 +01:00
Update dependency stylelint-config-standard to v38 (#29768)
* Update dependency stylelint-config-standard to v38 * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
079e1fcbc8
commit
8b06714a02
@ -286,7 +286,7 @@
|
|||||||
"semver": "^7.5.2",
|
"semver": "^7.5.2",
|
||||||
"source-map-loader": "^5.0.0",
|
"source-map-loader": "^5.0.0",
|
||||||
"stylelint": "^16.13.0",
|
"stylelint": "^16.13.0",
|
||||||
"stylelint-config-standard": "^37.0.0",
|
"stylelint-config-standard": "^38.0.0",
|
||||||
"stylelint-scss": "^6.0.0",
|
"stylelint-scss": "^6.0.0",
|
||||||
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
|
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
|
||||||
"terser-webpack-plugin": "^5.3.9",
|
"terser-webpack-plugin": "^5.3.9",
|
||||||
|
|||||||
@ -16,7 +16,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
|
|
||||||
border: 1px solid $quinary-content;
|
border: 1px solid $quinary-content;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: 0px 1px 3px rgba(23, 25, 28, 0.05);
|
box-shadow: 0px 1px 3px rgb(23, 25, 28, 0.05);
|
||||||
|
|
||||||
background-color: $system;
|
background-color: $system;
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
width: 42px;
|
width: 42px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
|
filter: drop-shadow(0px 3px 5px rgb(0, 0, 0, 0.2));
|
||||||
background-color: currentColor;
|
background-color: currentColor;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -24,7 +24,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
height: $ZoomButtons_button-size;
|
height: $ZoomButtons_button-size;
|
||||||
width: $ZoomButtons_button-size;
|
width: $ZoomButtons_button-size;
|
||||||
background: $background;
|
background: $background;
|
||||||
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 12px rgb(0, 0, 0, 0.25);
|
||||||
|
|
||||||
.mx_ZoomButtons_icon {
|
.mx_ZoomButtons_icon {
|
||||||
$ZoomButtons_icon-size: 12px;
|
$ZoomButtons_icon-size: 12px;
|
||||||
|
|||||||
@ -48,7 +48,7 @@ $height: 220px;
|
|||||||
display: flex;
|
display: flex;
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
font-weight: var(--cpd-font-weight-semibold);
|
font-weight: var(--cpd-font-weight-semibold);
|
||||||
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
|
background: linear-gradient(rgb(0, 0, 0, 0.9), rgb(0, 0, 0, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_WidgetPip_backButton {
|
.mx_WidgetPip_backButton {
|
||||||
@ -69,5 +69,5 @@ $height: 220px;
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
|
background: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0.9));
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,7 +23,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
|
|
||||||
.mx_ContextualMenu {
|
.mx_ContextualMenu {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 4px 24px rgb(0, 0, 0, 0.1);
|
||||||
background-color: var(--cpd-color-bg-canvas-default);
|
background-color: var(--cpd-color-bg-canvas-default);
|
||||||
border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary);
|
border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary);
|
||||||
color: $primary-content;
|
color: $primary-content;
|
||||||
|
|||||||
@ -41,7 +41,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
||||||
border: 1px solid $quinary-content;
|
border: 1px solid $quinary-content;
|
||||||
box-shadow: 0 1px 3px rgba(23, 25, 28, 0.05);
|
box-shadow: 0 1px 3px rgb(23, 25, 28, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ContextualMenu_chevron_top {
|
.mx_ContextualMenu_chevron_top {
|
||||||
|
|||||||
@ -293,7 +293,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
> hr {
|
> hr {
|
||||||
border: none;
|
border: none;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background-color: rgba(141, 151, 165, 0.2);
|
background-color: rgb(141, 151, 165, 0.2);
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -352,9 +352,9 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
mask-image: linear-gradient(
|
mask-image: linear-gradient(
|
||||||
to top,
|
to top,
|
||||||
transparent,
|
transparent,
|
||||||
rgba(255, 255, 255, 30%) 4px,
|
rgb(255, 255, 255, 30%) 4px,
|
||||||
rgba(255, 255, 255, 55%) 8px,
|
rgb(255, 255, 255, 55%) 8px,
|
||||||
rgba(255, 255, 255, 75%) 12px,
|
rgb(255, 255, 255, 75%) 12px,
|
||||||
black 16px
|
black 16px
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -370,9 +370,9 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
linear-gradient(
|
linear-gradient(
|
||||||
to top,
|
to top,
|
||||||
transparent,
|
transparent,
|
||||||
rgba(255, 255, 255, 30%) 4px,
|
rgb(255, 255, 255, 30%) 4px,
|
||||||
rgba(255, 255, 255, 55%) 8px,
|
rgb(255, 255, 255, 55%) 8px,
|
||||||
rgba(255, 255, 255, 75%) 12px,
|
rgb(255, 255, 255, 75%) 12px,
|
||||||
black 16px
|
black 16px
|
||||||
);
|
);
|
||||||
mask-position:
|
mask-position:
|
||||||
|
|||||||
@ -19,12 +19,12 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
background-image:
|
background-image:
|
||||||
radial-gradient(
|
radial-gradient(
|
||||||
53.85% 66.75% at 87.55% 0%,
|
53.85% 66.75% at 87.55% 0%,
|
||||||
hsla(250deg, 76%, 71%, 0.261) 0%,
|
hsl(250deg, 76%, 71%, 0.261) 0%,
|
||||||
hsla(250deg, 100%, 88%, 0) 100%
|
hsl(250deg, 100%, 88%, 0) 100%
|
||||||
),
|
),
|
||||||
radial-gradient(41.93% 41.93% at 0% 0%, hsla(222deg, 29%, 20%, 0.28) 0%, hsla(250deg, 100%, 88%, 0) 100%),
|
radial-gradient(41.93% 41.93% at 0% 0%, hsl(222deg, 29%, 20%, 0.28) 0%, hsl(250deg, 100%, 88%, 0) 100%),
|
||||||
radial-gradient(100% 100% at 0% 0%, hsla(250deg, 100%, 88%, 0.174) 0%, hsla(0deg, 100%, 86%, 0) 100%),
|
radial-gradient(100% 100% at 0% 0%, hsl(250deg, 100%, 88%, 0.174) 0%, hsl(0deg, 100%, 86%, 0) 100%),
|
||||||
radial-gradient(106.35% 96.26% at 100% 0%, hsla(250deg, 100%, 88%, 0.4) 0%, hsla(167deg, 76%, 82%, 0) 100%);
|
radial-gradient(106.35% 96.26% at 100% 0%, hsl(250deg, 100%, 88%, 0.4) 0%, hsl(167deg, 76%, 82%, 0) 100%);
|
||||||
/* blur to reduce color banding issues due to alpha-blending multiple gradients */
|
/* blur to reduce color banding issues due to alpha-blending multiple gradients */
|
||||||
filter: blur(8px);
|
filter: blur(8px);
|
||||||
inset: -9px;
|
inset: -9px;
|
||||||
@ -34,8 +34,8 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
/* gradient to apply different amounts of dithering to different parts of the gradient */
|
/* gradient to apply different amounts of dithering to different parts of the gradient */
|
||||||
linear-gradient(
|
linear-gradient(
|
||||||
to bottom,
|
to bottom,
|
||||||
/* 10% dithering at the top */ rgba(0, 0, 0, 0.9) 20%,
|
/* 10% dithering at the top */ rgb(0, 0, 0, 0.9) 20%,
|
||||||
/* 80% dithering at the bottom */ rgba(0, 0, 0, 0.2) 100%
|
/* 80% dithering at the bottom */ rgb(0, 0, 0, 0.2) 100%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -21,7 +21,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
grid-row: 2 / 4;
|
grid-row: 2 / 4;
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
background-color: $system;
|
background-color: $system;
|
||||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
|
box-shadow: 0px 4px 20px rgb(0, 0, 0, 0.5);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
background-color: var(--cpd-color-bg-canvas-default);
|
background-color: var(--cpd-color-bg-canvas-default);
|
||||||
color: $primary-content;
|
color: $primary-content;
|
||||||
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 4px 24px rgb(0, 0, 0, 0.1);
|
||||||
border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary);
|
border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@ -37,7 +37,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
border-top: 1px solid rgba(141, 151, 165, 0.2);
|
border-top: 1px solid rgb(141, 151, 165, 0.2);
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
flex-basis: content;
|
flex-basis: content;
|
||||||
|
|||||||
@ -11,7 +11,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
font: var(--cpd-font-body-md-regular);
|
font: var(--cpd-font-body-md-regular);
|
||||||
opacity: 0.72;
|
opacity: 0.72;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
|
background: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0.8));
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AuthFooter a:link,
|
.mx_AuthFooter a:link,
|
||||||
|
|||||||
@ -19,7 +19,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
display: flex;
|
display: flex;
|
||||||
margin: 100px auto auto;
|
margin: 100px auto auto;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
|
box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 0.33);
|
||||||
background-color: $authpage-modal-bg-color;
|
background-color: $authpage-modal-bg-color;
|
||||||
|
|
||||||
@media only screen and (max-height: 768px) {
|
@media only screen and (max-height: 768px) {
|
||||||
|
|||||||
@ -77,7 +77,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
|
|
||||||
.mx_CompoundDialog_footer {
|
.mx_CompoundDialog_footer {
|
||||||
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05); /* hardcoded colour for both themes */
|
box-shadow: 0px -4px 4px rgb(0, 0, 0, 0.05); /* hardcoded colour for both themes */
|
||||||
z-index: 1; /* needed to make footer & shadow appear above dialog content */
|
z-index: 1; /* needed to make footer & shadow appear above dialog content */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -34,13 +34,13 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
|
|
||||||
.mx_EditHistoryMessage_deletion {
|
.mx_EditHistoryMessage_deletion {
|
||||||
color: rgb(255, 76, 85);
|
color: rgb(255, 76, 85);
|
||||||
background-color: rgba(255, 76, 85, 0.1);
|
background-color: rgb(255, 76, 85, 0.1);
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EditHistoryMessage_insertion {
|
.mx_EditHistoryMessage_insertion {
|
||||||
color: rgb(26, 169, 123);
|
color: rgb(26, 169, 123);
|
||||||
background-color: rgba(26, 169, 123, 0.1);
|
background-color: rgb(26, 169, 123, 0.1);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
.mx_ServerPicker {
|
.mx_ServerPicker {
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
padding-bottom: $spacing-16;
|
padding-bottom: $spacing-16;
|
||||||
border-bottom: 1px solid rgba(141, 151, 165, 0.2);
|
border-bottom: 1px solid rgb(141, 151, 165, 0.2);
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto min-content;
|
grid-template-columns: auto min-content;
|
||||||
grid-template-rows: auto auto auto;
|
grid-template-rows: auto auto auto;
|
||||||
|
|||||||
@ -20,7 +20,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
|
scrollbar-color: rgb(0, 0, 0, 0.2) transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EmojiPicker_header {
|
.mx_EmojiPicker_header {
|
||||||
@ -201,7 +201,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_EmojiPicker_item_selected {
|
.mx_EmojiPicker_item_selected {
|
||||||
color: rgba(0, 0, 0, 0.5);
|
color: rgb(0, 0, 0, 0.5);
|
||||||
border: 1px solid $accent;
|
border: 1px solid $accent;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -76,7 +76,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
|
box-shadow: 0px 4px 15px rgb(0, 0, 0, 0.15);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: $spacing-8;
|
padding: $spacing-8;
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
|
|||||||
@ -25,7 +25,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
/* Hardcoded colours because it's the same on all themes */
|
/* Hardcoded colours because it's the same on all themes */
|
||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgb(0, 0, 0, 0.6);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -99,7 +99,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
|
|
||||||
.mx_AccessibleButton_kind_secondary {
|
.mx_AccessibleButton_kind_secondary {
|
||||||
color: $secondary-content;
|
color: $secondary-content;
|
||||||
background-color: rgba(141, 151, 165, 0.2);
|
background-color: rgb(141, 151, 165, 0.2);
|
||||||
font: var(--cpd-font-body-md-semibold);
|
font: var(--cpd-font-body-md-semibold);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -125,7 +125,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
||||||
border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary);
|
border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary);
|
||||||
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 4px 24px rgb(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ContextualMenu_chevron_top {
|
.mx_ContextualMenu_chevron_top {
|
||||||
|
|||||||
@ -30,7 +30,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
height: 775px;
|
height: 775px;
|
||||||
right: -253.77px;
|
right: -253.77px;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: radial-gradient(49.95% 49.95% at 50% 50%, rgba(13, 189, 139, 0.12) 0%, rgba(18, 115, 235, 0) 100%);
|
background: radial-gradient(49.95% 49.95% at 50% 50%, rgb(13, 189, 139, 0.12) 0%, rgb(18, 115, 235, 0) 100%);
|
||||||
transform: rotate(-89.69deg);
|
transform: rotate(-89.69deg);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -70,7 +70,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
top: var(--cpd-space-2x); /* equal to padding-top of parent */
|
top: var(--cpd-space-2x); /* equal to padding-top of parent */
|
||||||
left: 0;
|
left: 0;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background-color: rgba(141, 151, 165, 0.1);
|
background-color: rgb(141, 151, 165, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-shadow: 0 4px 24px 0 rgba(27, 29, 34, 0.1);
|
box-shadow: 0 4px 24px 0 rgb(27, 29, 34, 0.1);
|
||||||
background: var(--cpd-color-bg-canvas-default);
|
background: var(--cpd-color-bg-canvas-default);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -312,7 +312,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
.mx_MessageTimestamp {
|
.mx_MessageTimestamp {
|
||||||
border-radius: var(--MBody-border-radius);
|
border-radius: var(--MBody-border-radius);
|
||||||
/* Hardcoded colours because it's the same on all themes */
|
/* Hardcoded colours because it's the same on all themes */
|
||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgb(0, 0, 0, 0.6);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding: 0px 4px 0px 4px;
|
padding: 0px 4px 0px 4px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
border-bottom: 1px solid var(--cpd-color-gray-400);
|
border-bottom: 1px solid var(--cpd-color-gray-400);
|
||||||
|
|
||||||
/* From figma */
|
/* From figma */
|
||||||
box-shadow: 0 var(--cpd-space-2x) var(--cpd-space-6x) calc(var(--cpd-space-2x) * -1) rgba(27, 29, 34, 0.1);
|
box-shadow: 0 var(--cpd-space-2x) var(--cpd-space-6x) calc(var(--cpd-space-2x) * -1) rgb(27, 29, 34, 0.1);
|
||||||
|
|
||||||
.mx_PinnedMessageBanner_main {
|
.mx_PinnedMessageBanner_main {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
padding: var(--cpd-space-10x);
|
padding: var(--cpd-space-10x);
|
||||||
border-radius: var(--cpd-space-4x);
|
border-radius: var(--cpd-space-4x);
|
||||||
/* From figma */
|
/* From figma */
|
||||||
box-shadow: 0 1.2px 2.4px 0 rgba(27, 29, 34, 0.15);
|
box-shadow: 0 1.2px 2.4px 0 rgb(27, 29, 34, 0.15);
|
||||||
border: 1px solid var(--cpd-color-gray-400);
|
border: 1px solid var(--cpd-color-gray-400);
|
||||||
|
|
||||||
.mx_EncryptionCard_header {
|
.mx_EncryptionCard_header {
|
||||||
|
|||||||
@ -95,7 +95,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgb(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -144,7 +144,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
background-color: $system;
|
background-color: $system;
|
||||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
|
box-shadow: 0px 4px 20px rgb(0, 0, 0, 0.2);
|
||||||
|
|
||||||
.mx_LegacyCallViewButtons {
|
.mx_LegacyCallViewButtons {
|
||||||
bottom: 13px;
|
bottom: 13px;
|
||||||
|
|||||||
@ -56,7 +56,7 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
|
||||||
background-color: rgba(0, 0, 0, 0.5); /* Same on both themes */
|
background-color: rgb(0, 0, 0, 0.5); /* Same on both themes */
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|||||||
18
yarn.lock
18
yarn.lock
@ -12138,17 +12138,17 @@ stylehacks@^7.0.4:
|
|||||||
browserslist "^4.23.3"
|
browserslist "^4.23.3"
|
||||||
postcss-selector-parser "^6.1.2"
|
postcss-selector-parser "^6.1.2"
|
||||||
|
|
||||||
stylelint-config-recommended@^15.0.0:
|
stylelint-config-recommended@^16.0.0:
|
||||||
version "15.0.0"
|
version "16.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-15.0.0.tgz#93d48db401215708b724f078533864e52085a07b"
|
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-16.0.0.tgz#0221f19902816fe7d53d9a01eb0be4cc7b4fe80a"
|
||||||
integrity sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==
|
integrity sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA==
|
||||||
|
|
||||||
stylelint-config-standard@^37.0.0:
|
stylelint-config-standard@^38.0.0:
|
||||||
version "37.0.0"
|
version "38.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-37.0.0.tgz#55e75c7215d5398b096d2f75af6a16693c18532d"
|
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-38.0.0.tgz#9d673ec1f35d7569476ee4b0582e7dd5faebf036"
|
||||||
integrity sha512-+6eBlbSTrOn/il2RlV0zYGQwRTkr+WtzuVSs1reaWGObxnxLpbcspCUYajVQHonVfxVw2U+h42azGhrBvcg8OA==
|
integrity sha512-uj3JIX+dpFseqd/DJx8Gy3PcRAJhlEZ2IrlFOc4LUxBX/PNMEQ198x7LCOE2Q5oT9Vw8nyc4CIL78xSqPr6iag==
|
||||||
dependencies:
|
dependencies:
|
||||||
stylelint-config-recommended "^15.0.0"
|
stylelint-config-recommended "^16.0.0"
|
||||||
|
|
||||||
stylelint-scss@^6.0.0:
|
stylelint-scss@^6.0.0:
|
||||||
version "6.11.1"
|
version "6.11.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user