Skip to content
Open
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
464 changes: 464 additions & 0 deletions assets/scss/_collaboration.scss

Large diffs are not rendered by default.

486 changes: 486 additions & 0 deletions assets/scss/_gitops-card.scss

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@
@import "floating-logo";
@import "browser";
@import "cursors";

@import "gitops-card";
@import "collaboration";
@import "timeline";

body {
background-color: $dark;
color: $white;
background-color: $dark;
color: $white;
margin: 0;
-webkit-font-smoothing: antialiased;
font-family: $font-family-base;
font-family: $font-family-base;
}

.logo-img {
Expand All @@ -32,8 +34,8 @@ body {
}

.btn-primary {
background-color: $primary;
color: $white;
background-color: $primary;
color: $white;
padding: 0.5rem 1.25rem;
border-radius: 4px;
text-decoration: none;
Expand All @@ -43,6 +45,6 @@ body {

&:hover {
filter: brightness(1.1);
box-shadow: 0 0 15px rgba($primary, 0.3);
box-shadow: 0 0 15px rgba($primary, 0.3);
}
}
}
Loading