We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efc761 commit 316f78eCopy full SHA for 316f78e
CONTRIBUTING.md
@@ -0,0 +1,6 @@
1
+
2
+Use the storybook to test components:
3
4
+~~~
5
+yarn storybook
6
src/app/shared/styles/elements/form-controls.scss
@@ -124,11 +124,11 @@
124
padding: 10px 40px 10px 10px;
125
font-size: 16px;
126
background-color: white;
127
- border: 1px solid #BDECF2;
+ border: 1px solid $argo-color-teal-5;
128
transition: border .2s;
129
130
&:focus {
131
- border-color: #1FBDD0;
+ border-color: $argo-color-teal-5;
132
}
133
134
0 commit comments