Skip to content

Commit

Permalink
opt.css: upgrade to colors: and calendar,css
Browse files Browse the repository at this point in the history
  • Loading branch information
arand013 committed Sep 17, 2023
1 parent 2caf47e commit 5e420c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 6 additions & 3 deletions static/calender/opt.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/* Styles for the popup overlay */

.app-header{
background: linear-gradient(45deg, hsla(244, 55%, 71%, 1) 0%, hsla(260, 74%, 74%, 1) 78%, hsla(265, 83%, 75%, 1) 98%);
}
/* Styles for the popup overlay */
.overlay {
display: none;
position: fixed;
Expand Down Expand Up @@ -35,14 +39,13 @@
border: #000000 1px solid;
}

a {
a{
margin: auto;
padding: 10px 20px;
background: linear-gradient(45deg, hsla(244, 55%, 71%, 1) 0%, hsla(260, 74%, 74%, 1) 78%, hsla(265, 83%, 75%, 1) 98%);
color: #FFF;
text-decoration: none;
border: none;
border-radius: 5px;
cursor: pointer;
margin-bottom: 10px;
margin: auto;
Expand Down
1 change: 0 additions & 1 deletion static/css/calender.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
a {
color: #17a2b8;
}

.left {
float: left;
}
Expand Down
4 changes: 2 additions & 2 deletions templates/calendarapp/opt.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="form-container">
<h1>USCIS Form I-765</h1>
<p>Click the link below to fill & download USCIS Form I-765:</p>
<a href="https://www.uscis.gov/sites/default/files/document/forms/i-765.pdf" target="_blank">Download Form
<a id="aa" href="https://www.uscis.gov/sites/default/files/document/forms/i-765.pdf" target="_blank">Download Form
I-765</a>
</div>
<br class="break">
Expand All @@ -38,7 +38,7 @@ <h1 id="countdown">Graduation Timer</h1>
<div>
<h1>Verify Information on Form I-765</h1>
<p>Click the link below to View OPT Timeline your area</p>
<a href="https://opttimeline.com/IOE?CASE_TY=EAD" target="_blank">View OPT Timeline</a>
<a id="aa" href="https://opttimeline.com/IOE?CASE_TY=EAD" target="_blank">View OPT Timeline</a>
</div>
<br class="break">

Expand Down

0 comments on commit 5e420c6

Please sign in to comment.