Skip to content

Commit

Permalink
Refactor: style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintenps committed Dec 20, 2023
1 parent e3b7912 commit 0e51d08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h2>Connecting world's top agilists with your business needs</h2>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input id="search" rows="1" placeholder="Example: RTE, SPC, manufacturing, chips, SAP MES" />
<a role="button" class="secondary btn" href="https://forms.onlyonce.com/id/oo/AI-Form">
<svg class="svg-icon" stroke="#FFF" viewBox="0 0 20 20">
<a role="button" class="secondary gray btn" href="https://forms.onlyonce.com/id/oo/AI-Form">
<svg class="svg-icon" stroke="#888" viewBox="0 0 20 20">
<path
d="M4.317,16.411c-1.423-1.423-1.423-3.737,0-5.16l8.075-7.984c0.994-0.996,2.613-0.996,3.611,0.001C17,4.264,17,5.884,16.004,6.88l-8.075,7.984c-0.568,0.568-1.493,0.569-2.063-0.001c-0.569-0.569-0.569-1.495,0-2.064L9.93,8.828c0.145-0.141,0.376-0.139,0.517,0.005c0.141,0.144,0.139,0.375-0.006,0.516l-4.062,3.968c-0.282,0.282-0.282,0.745,0.003,1.03c0.285,0.284,0.747,0.284,1.032,0l8.074-7.985c0.711-0.71,0.711-1.868-0.002-2.579c-0.711-0.712-1.867-0.712-2.58,0l-8.074,7.984c-1.137,1.137-1.137,2.988,0.001,4.127c1.14,1.14,2.989,1.14,4.129,0l6.989-6.896c0.143-0.142,0.375-0.14,0.516,0.003c0.143,0.143,0.141,0.374-0.002,0.516l-6.988,6.895C8.054,17.836,5.743,17.836,4.317,16.411">
</path>
Expand Down
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ body {
.btn {
font-size: 10pt;
padding: 10px;
background: #e6e6e6;
color:#000;
border: 1px solid rgb(180, 180, 180);
}

.btn:hover {
background: #c2c2c2;
color:#000;
border: 1px solid rgb(92, 92, 92);
}

#input {
Expand Down Expand Up @@ -89,6 +98,7 @@ form img {
margin: 5pt;
}


footer {
font-size: 13pt;
display: flex;
Expand Down

0 comments on commit 0e51d08

Please sign in to comment.