refactoring allStyles styleStyle -> style-style

This commit is contained in:
2024-02-09 18:17:15 +03:00
parent 81d2ee4098
commit af07631abe
93 changed files with 751 additions and 703 deletions

View File

@ -3,6 +3,7 @@
align-items: center;
font-size: var(--size);
line-height: 0.75;
&__body {
position: relative;
&::before {
@ -11,6 +12,7 @@
color: var(--color);
}
}
&__active {
position: absolute;
height: 100%;
@ -28,6 +30,7 @@
color: var(--color);
}
}
&__items {
display: flex;
position: absolute;
@ -36,6 +39,7 @@
left: 0;
top: 0;
}
&__item {
flex: 0 0 20%;
height: 100%;