-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c874f2
commit 9796b58
Showing
5 changed files
with
29 additions
and
30 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
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,4 +1,4 @@ | ||
.btn { | ||
.button { | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
max-width: fit-content; | ||
|
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,25 +1,24 @@ | ||
.custom-div { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: space-between; | ||
align-items: center; | ||
background-color: black; | ||
padding: 0px 10px; | ||
margin-bottom: 1rem; | ||
box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2); | ||
border-radius: 10px; | ||
min-width: 1200px; | ||
max-width: 1200px; | ||
} | ||
|
||
.custom-div h3 { | ||
color: white; | ||
font-weight: normal; | ||
} | ||
|
||
.custom-div span { | ||
font-size: 8px; | ||
margin-left: 5px; | ||
font-weight: 100; | ||
} | ||
|
||
.header-div { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: space-between; | ||
align-items: center; | ||
background-color: black; | ||
padding: 0px 10px; | ||
margin-bottom: 1rem; | ||
box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2); | ||
border-radius: 10px; | ||
min-width: 1200px; | ||
max-width: 1200px; | ||
} | ||
|
||
.header-div h3 { | ||
color: white; | ||
font-weight: normal; | ||
} | ||
|
||
.header-div span { | ||
font-size: 8px; | ||
margin-left: 5px; | ||
font-weight: 100; | ||
} |
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