Skip to content
Snippets Groups Projects
Commit 8bf40230 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Adjusted the input colors

parent 42ce620c
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
textarea {
transition: none;
background: s.$background-input;
background: s.$background-light;
border: none;
border-radius: 25px;
width: 100%;
......
......@@ -37,23 +37,6 @@
resize: none;
height: 300px;
}
input,
textarea {
width: 100%;
font-size: 16px;
border: none;
padding: 20px;
outline: none;
border-radius: 15px;
position: relative;
display: block;
border-radius: 15px;
color: s.$text;
font-weight: s.$weight-regular;
font-family: s.$body-font;
background: s.$background-white;
}
}
.note {
......
......@@ -7,7 +7,7 @@ $light-colors: (
'background-dark': #11061A,
'background-light': #f9f9f9,
'background-white': #ffffff,
'background-input': #f4f4f4,
'background-input': #ffffff,
'background': #EEF5F5,
'text': #3A5255,
);
......
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