refactoring allStyles styleStyle -> style-style
This commit is contained in:
@ -128,7 +128,7 @@ export const AuthForCandidate = () => {
|
||||
<p className="auth-candidate__start__description">
|
||||
Для нас не имеет значение Ваша локация.
|
||||
</p>
|
||||
<div className="auth-candidate__start__categoriesWrapper">
|
||||
<div className="auth-candidate__start__categories-wrapper">
|
||||
<StepsForCandidate step="шаг 1 - выберите специализацию" />
|
||||
{personalInfoItems.map((item, index) => {
|
||||
return (
|
||||
|
@ -32,7 +32,7 @@
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
&__categoriesWrapper {
|
||||
&__categories-wrapper {
|
||||
position: relative;
|
||||
margin-top: 200px;
|
||||
width: 100%;
|
||||
@ -47,7 +47,7 @@
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.categoriesItem {
|
||||
.categories-item {
|
||||
@media (max-width: 1094px) {
|
||||
flex: 0 0 48.6%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user