diff --git a/src/components/Catalog/Catalog.module.scss b/src/components/Catalog/Catalog.module.scss index cda867b..559022e 100644 --- a/src/components/Catalog/Catalog.module.scss +++ b/src/components/Catalog/Catalog.module.scss @@ -87,6 +87,22 @@ display: flex; justify-content: center; align-items: center; + + &:disabled { + &, + &:hover { + border-color: $elemnts-color; + } + + div[class*='Left'] { + background-image: url(../../img/arrow/ArrowLeft.png); + } + + div[class*='Right'] { + background-image: url(../../img/arrow/ArrowRight.png); + } + } + &:hover { border: 1px solid $primary-color; } diff --git a/src/components/Main/Main.scss b/src/components/Main/Main.scss index e125428..4f51656 100644 --- a/src/components/Main/Main.scss +++ b/src/components/Main/Main.scss @@ -185,8 +185,6 @@ } } - - &__separator { content: ''; border: 1px solid #e2e6e9; @@ -219,6 +217,8 @@ &-meaning { color: #0f0f11; + white-space: break-spaces; + text-align: right; } }