diff --git a/public/showcase/resources/images/menuicon.svg b/public/showcase/resources/images/menuicon.svg deleted file mode 100644 index c8aa4d0522..0000000000 --- a/public/showcase/resources/images/menuicon.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/public/showcase/resources/images/primereact-slider-bg.png b/public/showcase/resources/images/primereact-slider-bg.png index 74cc2b37c0..2092bf66f4 100644 Binary files a/public/showcase/resources/images/primereact-slider-bg.png and b/public/showcase/resources/images/primereact-slider-bg.png differ diff --git a/src/App.js b/src/App.js index 454ff85b7a..99edabe641 100644 --- a/src/App.js +++ b/src/App.js @@ -16,7 +16,7 @@ class Home extends Component {

Your Favorite UI Framework

-

for React

+

for REACT

Get Started diff --git a/src/sass/App.scss b/src/sass/App.scss index 4ffc3e7133..c9051cd87d 100644 --- a/src/sass/App.scss +++ b/src/sass/App.scss @@ -326,7 +326,7 @@ body { width: 100%; height: 100%; position: fixed; - top: 99px; + top: 98px; left: 0; background-color: #4c5254; opacity: .7; @@ -601,27 +601,29 @@ body { /* Introduction */ .introduction { background-color: #1976d2; - background: url('../../public/showcase/resources/images/primereact-slider-bg.jpg'); + background: url('../../public/showcase/resources/images/primereact-slider-bg.png'); background-repeat: no-repeat; background-size: cover; - color: #ffffff; - padding: 80px 30px 80px 50px; + color: #20272a; + padding: 80px 30px 100px 50px; h1 { font-weight: normal; margin-bottom: 5px; + font-size: 24px; } h2 { font-weight: bold; margin-bottom: 40px; margin-top: 0; + font-size: 24px; } .home-button { width: 112px; height: 24px; - font-weight: 500; + font-weight: bold; text-align: center; color: #ffffff; background-color: #03C4E8; @@ -754,7 +756,7 @@ body { .home-button2 { width: 112px; height: 24px; - font-weight: 500; + font-weight: bold; text-align: center; color: #ffffff; background-color: #E8037D; @@ -809,7 +811,7 @@ body { #layout-sidebar { - top: 100px; + top: 98px; left: -300px; transition: left .3s; z-index: 999998;