Przeglądaj źródła

some cosmetical changes

= 6 lat temu
rodzic
commit
708eae047d

+ 1 - 1
src/components/notFound/index.js

@@ -4,7 +4,7 @@ import { HOME } from './../../constants/routes'
 
 export default props => (
     <div className="not-found">
-        <img className="not-found__image" src="http://kiwanismiracleleague.org/wp-content/themes/chillibox/media/images/404.png" alt="" />
+        <img className="not-found__image" src="http://kiwanismiracleleague.org/wp-content/themes/chillibox/media/images/404.png" alt="404" />
         <hr className="not-found__divider"/>
         <h1 className="not-found__message">Sorry, but looks like nobody lives here...</h1>
         <p><Link className="not-found__link--home" to={HOME}>Go home</Link></p>

+ 1 - 1
src/styles/components/_notFound.scss

@@ -21,7 +21,7 @@
             background: rgba(211,211,211, .9);
             margin-top: 35px;
             box-shadow: 0 0 10px grey;
-
+            text-transform: uppercase
         }
     }
 }

+ 1 - 2
src/styles/components/_signPage.scss

@@ -44,10 +44,9 @@
         }
         &__submit-button {
             text-transform: uppercase;
-            // font-family: 'Cormorant Infant', serif;
             font-family: 'Poiret One', cursive;
-
             font-weight: bold;
+            cursor: pointer;
             padding: 1.5vh 3vh;
             background: rgba(211,211,211, .9);
             box-shadow: 0 0 10px grey;