This commit is contained in:
Ming Ho 2024-10-30 17:41:13 -07:00
Родитель d6600c6aa9
Коммит 7889dd27ed
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -110,15 +110,15 @@ $button-font-weight: $weight-semibold !default;
position: absolute !important;
border-block-end-color: $colorBrandStroke1;
border-inline-start-color: $colorBrandStroke1;
animation-timing-function: linear;
background-color: $colorBrandStroke2Contrast;
background-image: conic-gradient(currentcolor 135deg, transparent 135deg);
background-image: conic-gradient(currentColor 135deg, transparent 135deg);
mask-image: radial-gradient(
closest-side,
transparent calc(100% - 2px),
white calc(100% - 3px) calc(100% - 1px),
transparent 100%
);
animation-timing-function: linear;
}
}