refactoring allStyles styleStyle -> style-style
This commit is contained in:
@ -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%;
|
||||
|
Reference in New Issue
Block a user