-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #21 styling #105
Open
abhinab-choudhury
wants to merge
13
commits into
calcont:master
Choose a base branch
from
abhinab-choudhury:Fix-#21-styling
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix #21 styling #105
Changes from 9 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
0216a9f
Fixed-#21
abhinab-choudhury dc3924f
Fixed-footer padding issue #21
abhinab-choudhury c95208a
Merge branch 'master' into Fix-#21-styling
abhinab-choudhury 72485a2
Improvements
abhinab-choudhury 4401c5c
Merge branch 'master' into Fix-#21-styling
abhinab-choudhury 4328d7c
Removed Unwanted File Changes
abhinab-choudhury e2d7af5
Merge branch 'Fix-#21-styling' of https://github.com/abhinab-choudhur…
abhinab-choudhury 287922e
Removed Unwanted File Changes
abhinab-choudhury f227f72
Removed Typos
abhinab-choudhury c96a1e9
Merge remote-tracking branch 'abhinab-choudhury/Fix-#21-styling' into…
Amark19 f701f31
updated
abhinab-choudhury d1c9977
reverted formatting from admin styles and test files
Amark19 32e21ef
Merge remote-tracking branch 'abhinab-choudhury/Fix-#21-styling' into…
Amark19 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,154 +1,167 @@ | ||
|
||
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'); | ||
|
||
html { | ||
scroll-behavior: smooth; | ||
} | ||
|
||
a { | ||
color: #6c859a; | ||
} | ||
|
||
body { | ||
background-color: rgb(25, 25, 25); | ||
} | ||
|
||
navbar { | ||
background-color: rgb(5, 5, 5); | ||
} | ||
|
||
thead { | ||
background-color: #2f6794; | ||
color: #a1b0bb; | ||
} | ||
|
||
tbody { | ||
background-color: #1c2023; | ||
} | ||
|
||
/* width */ | ||
::-webkit-scrollbar { | ||
width: 20px; | ||
} | ||
|
||
/* Track */ | ||
::-webkit-scrollbar-track { | ||
box-shadow: inset 0 0 5px #362f2f; | ||
border-radius: 10px; | ||
} | ||
|
||
/* Handle */ | ||
::-webkit-scrollbar-thumb { | ||
background: #333538; | ||
border-radius: 10px; | ||
} | ||
|
||
/* Handle on hover */ | ||
::-webkit-scrollbar-thumb:hover { | ||
background: #333538; | ||
} | ||
|
||
.btn { | ||
padding: 0.5rem 1.8rem; | ||
border: none; | ||
font-size: 1rem; | ||
border-radius: 2rem; | ||
box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.8); | ||
} | ||
|
||
.btn-outline-secondary { | ||
padding: 0.5rem 1.8rem; | ||
border: none; | ||
font-size: 1rem; | ||
border-radius: 2rem; | ||
box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.8); | ||
background-color: #313233; | ||
} | ||
|
||
.trae { | ||
padding: 0.8rem 1.8rem; | ||
border: none; | ||
font-size: 1rem; | ||
border-radius: 2rem; | ||
box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.8); | ||
background-color: #3879ba; | ||
} | ||
|
||
.content-bg { | ||
background-color: rgb(30, 30, 30); | ||
box-shadow: 13px 4px 19px 7px rgb(19 17 17); | ||
border-radius: 20px; | ||
} | ||
|
||
@media only screen and (max-width: 500px) and (min-width: 200px) { | ||
#AlertS { | ||
font-size: 14px; | ||
} | ||
|
||
.radio-text { | ||
font-size: 12px; | ||
} | ||
} | ||
|
||
#baktop { | ||
right: 10px; | ||
margin-top: 500px; | ||
position: fixed; | ||
} | ||
|
||
.bd-placeholder-img { | ||
font-size: 1.125rem; | ||
text-anchor: middle; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; | ||
} | ||
|
||
@media (min-width: 768px) { | ||
.bd-placeholder-img-lg { | ||
font-size: 3.5rem; | ||
} | ||
} | ||
|
||
.brand { | ||
border: 1px solid black; | ||
border-radius: 50px; | ||
} | ||
|
||
.dropdown-menu { | ||
background-color: rgb(25, 25, 25); | ||
border: 1.5px solid white; | ||
border-radius: 10px; | ||
color: blanchedalmond; | ||
} | ||
|
||
.dropdown-item { | ||
color: white; | ||
} | ||
|
||
.footer { | ||
position: absolute; | ||
} | ||
|
||
.modelText { | ||
font-size: 18px; | ||
} | ||
|
||
.form-component { | ||
color: white; | ||
background-color: #191717; | ||
border: 2px solid #141414; | ||
border-radius: 10px; | ||
} | ||
|
||
.form-component:focus { | ||
color: white; | ||
background-color: #191717; | ||
border: 2px solid #141414; | ||
border-radius: 10px; | ||
} | ||
|
||
.form-component[readonly]{ | ||
background-color: #191717; | ||
} | ||
|
||
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'); | ||
|
||
html { | ||
scroll-behavior: smooth; | ||
} | ||
|
||
a { | ||
color: #6c859a; | ||
} | ||
abhinab-choudhury marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
body { | ||
background-color: rgb(25, 25, 25); | ||
} | ||
|
||
navbar { | ||
background-color: rgb(5, 5, 5); | ||
} | ||
|
||
abhinab-choudhury marked this conversation as resolved.
Show resolved
Hide resolved
|
||
thead { | ||
background-color: #2f6794; | ||
color: #a1b0bb; | ||
} | ||
|
||
tbody { | ||
background-color: #1c2023; | ||
} | ||
|
||
/* width */ | ||
::-webkit-scrollbar { | ||
width: 20px; | ||
} | ||
|
||
/* Track */ | ||
::-webkit-scrollbar-track { | ||
box-shadow: inset 0 0 5px #362f2f; | ||
border-radius: 10px; | ||
} | ||
|
||
/* Handle */ | ||
::-webkit-scrollbar-thumb { | ||
background: #333538; | ||
border-radius: 10px; | ||
} | ||
|
||
/* Handle on hover */ | ||
::-webkit-scrollbar-thumb:hover { | ||
background: #333538; | ||
} | ||
|
||
.btn { | ||
padding: 0.5rem 1.8rem; | ||
border: none; | ||
font-size: 1rem; | ||
border-radius: 2rem; | ||
box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.8); | ||
} | ||
|
||
.btn-outline-secondary { | ||
padding: 0.5rem 1.8rem; | ||
border: none; | ||
font-size: 1rem; | ||
border-radius: 2rem; | ||
box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.8); | ||
background-color: #313233; | ||
} | ||
|
||
.trae { | ||
padding: 0.8rem 1.8rem; | ||
border: none; | ||
font-size: 1rem; | ||
border-radius: 2rem; | ||
box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.8); | ||
background-color: #3879ba; | ||
} | ||
|
||
.content-bg { | ||
background-color: rgb(30, 30, 30); | ||
box-shadow: 13px 4px 19px 7px rgb(19 17 17); | ||
border-radius: 20px; | ||
} | ||
|
||
.add-container { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.add-container>body { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
@media only screen and (max-width: 500px) and (min-width: 200px) { | ||
#AlertS { | ||
font-size: 14px; | ||
} | ||
|
||
.radio-text { | ||
font-size: 12px; | ||
} | ||
} | ||
|
||
#baktop { | ||
right: 10px; | ||
margin-top: 500px; | ||
position: fixed; | ||
} | ||
|
||
.bd-placeholder-img { | ||
font-size: 1.125rem; | ||
text-anchor: middle; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; | ||
} | ||
|
||
@media (min-width: 768px) { | ||
.bd-placeholder-img-lg { | ||
font-size: 3.5rem; | ||
} | ||
} | ||
|
||
.brand { | ||
border: 1px solid black; | ||
border-radius: 50px; | ||
} | ||
|
||
.dropdown-menu { | ||
background-color: rgb(25, 25, 25); | ||
border: 1.5px solid white; | ||
border-radius: 10px; | ||
color: blanchedalmond; | ||
} | ||
|
||
.dropdown-item { | ||
color: white; | ||
} | ||
|
||
.footer { | ||
position: absolute; | ||
} | ||
|
||
.modelText { | ||
font-size: 18px; | ||
} | ||
|
||
.form-component { | ||
color: white; | ||
background-color: #191717; | ||
border: 2px solid #141414; | ||
border-radius: 10px; | ||
} | ||
|
||
.form-component:focus { | ||
color: white; | ||
background-color: #191717; | ||
border: 2px solid #141414; | ||
border-radius: 10px; | ||
} | ||
|
||
.form-component[readonly]{ | ||
background-color: #191717; | ||
} | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey this is just work around not a generic solution as this problem persists with sign up page as well. we need to write some css logic to footer itself.