diff --git a/app/globals.css b/app/globals.css index 63b70d9..6e694a3 100644 --- a/app/globals.css +++ b/app/globals.css @@ -37,6 +37,9 @@ footer{ /* .adm-image-viewer-slides-inner > *{ margin: 0; } */ +.adm-swiper-horizontal .adm-swiper-track { + transform: none; +} .custom-tabs .adm-tabs { border: none; --active-line-color: #ff8383; @@ -301,4 +304,5 @@ footer{ .adm-checkbox.adm-checkbox-checked .adm-checkbox-icon { border-color: #FF669E; background-color: #FF669E; -} \ No newline at end of file +} + diff --git a/app/index.css b/app/index.css index d3cccab..3cd366d 100644 --- a/app/index.css +++ b/app/index.css @@ -35,4 +35,29 @@ } - +.imagesBtnsControllers{ + position: fixed; + top: 50%; + width: 100%; + display: flex; + padding: 0 12px; + justify-content: space-between; + z-index: 10001; + pointer-events: none; +} +.imagesBtnsControllerLeft,.imagesBtnsControllerRight{ + width: 42px; + height: 42px; + border-radius: 53px; + background-color: #0000001A; + background-size: contain; + background-repeat: no-repeat; + pointer-events: all; +} +.imagesBtnsControllerLeft{ + background-image: url("/icons/left.png"); + opacity: 0.5; +} +.imagesBtnsControllerRight{ + background-image: url("/icons/right.png"); +} \ No newline at end of file diff --git a/app/layout.js b/app/layout.js index c7bc061..30ee1b0 100644 --- a/app/layout.js +++ b/app/layout.js @@ -193,6 +193,7 @@ export default function RootLayout({ children }) {
{withAuth({children})} {/* {children} */} +