generated from acmucsd-projects/mern-template-updated
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed redundancies on index.css and user-page.css. Additionally, I …
…finished standardizing index.html.
- Loading branch information
1 parent
cbeb603
commit e51611c
Showing
5 changed files
with
109 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,100 @@ | ||
.sign-up{ | ||
background-color: rgba(254, 153, 32, 0.80); | ||
padding: 7.5px; | ||
padding-bottom: 50px; | ||
|
||
font-size: 200%; | ||
|
||
padding-left: 30px; | ||
|
||
.sign-up { | ||
background-color: #fe9920cc; | ||
padding: 1em; | ||
font-size: 200%; | ||
padding-left: 30px; | ||
} | ||
|
||
.header-links{ | ||
padding-left: 50px; | ||
display: grid; | ||
grid-template-columns: 1fr 1fr 1fr; | ||
column-gap: 50px; | ||
|
||
font-size: 165% | ||
.header-container p { | ||
margin: 0 0 2em 0; | ||
} | ||
|
||
.info-splurge{ | ||
font-size: 200%; | ||
.header-container h1 { | ||
margin: 0.5em 0 0 0; | ||
} | ||
|
||
.grid{ | ||
display: grid; | ||
grid-template-columns: 1fr 1fr; | ||
.interface-button { | ||
flex-grow: 0.75; | ||
height: auto; | ||
border: none; | ||
border-radius: 1.5em; | ||
white-space: nowrap; | ||
background: #fe9920; | ||
flex-grow: 0.75; | ||
height: auto; | ||
text-align: center; | ||
border: none; | ||
color: #000000; | ||
font-size: 70%; | ||
margin: 0; | ||
text-decoration: none; | ||
text-align: center; | ||
padding: 1em 7.5em; | ||
} | ||
|
||
.interface-button:hover { | ||
background-color: #fe910b; | ||
} | ||
|
||
.info-splurge{ | ||
padding-left: 25px; | ||
.interface-button:focus:not(:focus-visible):not(.focus-visible) { | ||
box-shadow: none; | ||
outline: none; | ||
} | ||
|
||
#sign-up-button{ | ||
background: #FE9920; | ||
padding-top:5px; | ||
padding-bottom:5px; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
width:300px; | ||
height:50px; | ||
.interface-button:focus { | ||
box-shadow: #f48701 0 0 3px; | ||
outline: none; | ||
} | ||
|
||
font-size: 70%; | ||
.interface-button:disabled { | ||
border-color: #1b1f231a; | ||
color: #ffffffcc; | ||
cursor: default; | ||
} | ||
|
||
border-radius: 10px; | ||
.interface-button:active { | ||
background-color: #df7b01; | ||
box-shadow: #14462033 0 1px 0 inset; | ||
} | ||
|
||
.info-splurge { | ||
padding: 0 2em; | ||
} | ||
.info-splurge h2 { | ||
font-size: 2.5em; | ||
padding: 0; | ||
margin-bottom: 0; | ||
} | ||
|
||
#wholefoods-icon{ | ||
border-radius: 50px; | ||
.info-splurge p { | ||
font-size: 1.75em; | ||
margin-top: 0; | ||
} | ||
|
||
#walmart-icon{ | ||
border-radius: 50px; | ||
.header-links { | ||
padding-left: 50px; | ||
display: grid; | ||
grid-template-columns: 1fr 1fr 1fr; | ||
column-gap: 50px; | ||
font-size: 165%; | ||
} | ||
|
||
#costco-icon{ | ||
border-radius: 50px; | ||
.grid { | ||
display: grid; | ||
grid-auto-columns: auto; | ||
grid-template-columns: 1fr 1fr; | ||
} | ||
|
||
.column{ | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
.brand-images { | ||
display: flex; | ||
flex-direction: column; | ||
align-self: center; | ||
height: auto; | ||
width: auto; | ||
} | ||
|
||
.brand-images{ | ||
display: flex; | ||
flex-direction: column; | ||
align-self: center; | ||
} | ||
.image { | ||
height: 6em; | ||
width: 6em; | ||
border-radius: 5em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters