reorder
This commit is contained in:
Родитель
d6600c6aa9
Коммит
7889dd27ed
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче