diff --git a/pairent_frontend_react/public/images/Business.jpg b/pairent_frontend_react/public/images/Business.jpg new file mode 100644 index 0000000..51c29c6 Binary files /dev/null and b/pairent_frontend_react/public/images/Business.jpg differ diff --git a/pairent_frontend_react/public/images/OpenDoorDay.jpg b/pairent_frontend_react/public/images/OpenDoorDay.jpg new file mode 100644 index 0000000..b94fd6a Binary files /dev/null and b/pairent_frontend_react/public/images/OpenDoorDay.jpg differ diff --git a/pairent_frontend_react/src/pages/IndexPage/index.jsx b/pairent_frontend_react/src/pages/IndexPage/index.jsx index 7f5ff8a..2d97f36 100644 --- a/pairent_frontend_react/src/pages/IndexPage/index.jsx +++ b/pairent_frontend_react/src/pages/IndexPage/index.jsx @@ -5,8 +5,8 @@ import { Filters } from "../../API/Filters"; import styled from 'styled-components'; -// swiper customization -import './swiper.css'; +// ras customization +import './ras.css'; import ApartamentService from "../../API/ApartamentService"; import { HashLoader } from 'react-spinners'; @@ -377,8 +377,8 @@ export default class IndexPage extends React.Component { -
-
+ +
diff --git a/pairent_frontend_react/src/pages/IndexPage/ras.css b/pairent_frontend_react/src/pages/IndexPage/ras.css new file mode 100644 index 0000000..6d66ddf --- /dev/null +++ b/pairent_frontend_react/src/pages/IndexPage/ras.css @@ -0,0 +1,4 @@ +.awssld { + --loader-bar-color: #0077aa !important; + /* --loader-bar-height: 8px !important; */ +} diff --git a/pairent_frontend_react/src/pages/IndexPage/swiper.css b/pairent_frontend_react/src/pages/IndexPage/swiper.css deleted file mode 100644 index 7ad5888..0000000 --- a/pairent_frontend_react/src/pages/IndexPage/swiper.css +++ /dev/null @@ -1,12 +0,0 @@ -:root { - --swiper-scrollbar-drag-bg-color: #e1e3e1a0; - --swiper-scrollbar-size: 5px; - --swiper-scrollbar-bottom: 0px; - --swiper-scrollbar-border-radius: 5px; - - --swiper-navigation-color: white -} - -.swiper { - box-shadow: 0 2px 12px #00000030; -} \ No newline at end of file