Skip to content
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

feat(logo): update logo assets #423

Merged
merged 4 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
.td-navbar .navbar-brand {
display: flex;
align-items: center;
}

.td-navbar .navbar-brand svg {
height: 38px;
}

.btn.-lavender {
background: $lavender;
}

.search {
position: relative;
display: inline-block;
}

.search.-sidebar {
width: 100%;
}

.search.-navbar {
width: 250px;
}

.search input {
width: 100%;
border-radius: 7px;
padding: 4px 8px;
}

.search.-navbar input {
background: $coal;
border: 1px solid $offwhite;
color: $offwhite;
}

.search.-sidebar input {
background: white;
border: 1px solid $gray;
color: $coal;
}

.search-results {
display: none;
background-color: #fff;
position: absolute;
min-width: 100px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}

.search-results a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.search-results a:hover {
background-color: #ddd;
}
57 changes: 1 addition & 56 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// main colors
$offwhite: hsla(0, 0%, 90%, 1);
$gray: hsla(0, 0%, 34%, 1);
Expand All @@ -10,58 +9,4 @@ $lavender: hsla(286, 29%, 55%, 1);


$primary: $coal;
$secondary: hsla(0, 0%, 12%, 1);

.btn.-lavender {
background: $lavender;
}

.search {
position: relative;
display: inline-block;
}

.search.-sidebar {
width: 100%;
}

.search.-navbar {
width: 250px;
}

.search input {
width: 100%;
border-radius: 7px;
padding: 4px 8px;
}
.search.-navbar input {
background: $coal;
border: 1px solid $offwhite;
color: $offwhite;
}

.search.-sidebar input {
background: white;
border: 1px solid $gray;
color: $coal;
}

.search-results {
display: none;
background-color: #fff;
position: absolute;
min-width: 100px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}

.search-results a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.search-results a:hover {
background-color: #ddd;
}
$secondary: hsla(0, 0%, 12%, 1);
Binary file added content/static/favicons/android-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/android-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/android-36x36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/android-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/android-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/android-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/tile150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/tile310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/tile310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/static/favicons/tile70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading