Replace literal 3px border-radius with vars.$border-radius token across 5 files

This commit is contained in:
2026-04-20 19:28:31 +03:00
parent 9564085f23
commit cf93b28699
5 changed files with 5 additions and 5 deletions
@@ -55,7 +55,7 @@
&:first-child {
.p-accordion-header {
a {
border-radius: 3px 3px 0 0;
border-radius: vars.$border-radius vars.$border-radius 0 0;
}
}
}
@@ -18,7 +18,7 @@
&--separated {
margin: vars.$space-m 0;
border-radius: 3px;
border-radius: vars.$border-radius;
}
&__icon svg {
@@ -6,7 +6,7 @@
.schedule-filter {
&__frame {
background: colors.$white;
border-radius: 3px;
border-radius: vars.$border-radius;
@include shadows.box-shadow-small;
}
@@ -162,7 +162,7 @@
width: 18px;
height: 18px;
border: 1.5px solid colors.$border;
border-radius: 3px;
border-radius: vars.$border-radius;
background: colors.$white;
position: relative;
cursor: pointer;
@@ -30,7 +30,7 @@
align-items: center;
width: 100%;
box-shadow: 0 0 0 1px colors.$border-input;
border-radius: 3px;
border-radius: vars.$border-radius;
.p-autocomplete {
flex: 1;