Browse Source

change the app color and fixe the text on the version button

AlexiCauvin 6 years ago
parent
commit
ffed3488ea
2 changed files with 7 additions and 2 deletions
  1. 6 1
      src/css/index.styl
  2. 1 1
      src/translate/fr.js

+ 6 - 1
src/css/index.styl View File

52
       &__submit
52
       &__submit
53
         &__btn
53
         &__btn
54
           display flex
54
           display flex
55
+          border-color threadColor
55
           color off-white
56
           color off-white
56
-          background-color darkBlue
57
+          background-color threadColor
58
+          &:hover, &:focus
59
+            border-color darkenThread
60
+            background-color darkenThread
61
+            box-shadow shadow-all-side-thread
57
 
62
 
58
 .received
63
 .received
59
   text-align right
64
   text-align right

+ 1 - 1
src/translate/fr.js View File

1
 const fr = {
1
 const fr = {
2
   translation: { // 'fr' in the namespace 'translation'
2
   translation: { // 'fr' in the namespace 'translation'
3
     PopinFixedOption: {
3
     PopinFixedOption: {
4
-      new_version: 'test overrides trad from tracim_lib'
4
+      new_version: 'nouvelle version'
5
     }
5
     }
6
   }
6
   }
7
 }
7
 }