Browse Source

fix footer on login page

AlexiCauvin 5 years ago
parent
commit
77be6c1f51
2 changed files with 8 additions and 2 deletions
  1. 2 2
      frontend/src/container/Login.jsx
  2. 6 0
      frontend/src/css/Login.styl

+ 2 - 2
frontend/src/container/Login.jsx View File

@@ -140,8 +140,8 @@ class Login extends React.Component {
140 140
           </div>
141 141
 
142 142
           <footer className='loginpage__footer'>
143
-            <div className='loginpage__footer__text whiteFontColor'>
144
-              copyright © 2013 - 2018 tracim project.
143
+            <div className='loginpage__footer__text d-flex align-items-center flex wrap'>
144
+            copyright © 2013 - 2018 <a href='http://www.tracim.fr/' target='_blank' className='ml-3'>tracim.fr</a>
145 145
             </div>
146 146
           </footer>
147 147
 

+ 6 - 0
frontend/src/css/Login.styl View File

@@ -70,6 +70,12 @@
70 70
     &__text
71 71
       width 310px
72 72
       font-size 17px
73
+      color off-white
74
+      & > a
75
+        color off-white
76
+        font-size 19px
77
+        &:hover
78
+          text-decoration underline
73 79
 
74 80
 @media (min-width: min-lg) and (max-width: max-lg)
75 81
   .loginpage