Skip to content
Snippets Groups Projects
Commit 7374149a authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/12861' into 'develop'

parents 030f3c51 e7bd6230
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,6 @@ export default { ...@@ -56,7 +56,6 @@ export default {
flex-direction: column; flex-direction: column;
justify-content: flex-end; justify-content: flex-end;
font-size: 1rem; font-size: 1rem;
font-family: 'Roboto Condensed', Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
input { input {
display: block; display: block;
width: 100%; width: 100%;
...@@ -64,8 +63,9 @@ export default { ...@@ -64,8 +63,9 @@ export default {
text-align: left; text-align: left;
color: #35495e; color: #35495e;
padding: 8px 40px 8px 8px; padding: 8px 40px 8px 8px;
border: 1px solid #e8e8e8; border: 1px solid #ced4da;
font-size: 1rem; font-size: 1rem;
font-family: 'Roboto Condensed', Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
} }
input:focus { input:focus {
outline: none !important; outline: none !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment