Skip to content

Commit

Permalink
Remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanGithaigaN committed Nov 28, 2024
1 parent 58eaa35 commit eb1d472
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
18 changes: 1 addition & 17 deletions assets/scss/_registry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,15 @@
}
}

.badge.rounded-pill.text-bg-primary {
font-weight: $font-weight-bold;
}

$color-mode-type: data;
// Define dark mode colors for data container
$dark-border-color: darken(#cccccc, 20%);
$background-color: map-get($otel-colors, 'dark-background');

@include color-mode(dark) {
@media (prefers-color-scheme: dark) {
.border-bolded {
.border-default {
border-color: $dark-border-color;
}
// .border-danger {
// }
.card.registry-entry {
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8) !important;
}
Expand All @@ -73,13 +66,4 @@ $background-color: map-get($otel-colors, 'dark-background');
$dark-background: #262d2c;
}
}
// override search box entry border styling in dark mode for mobile devices
@media (max-width: 767.98px) {
.form-control {
border: 1px solid rgba(var(--bs-body-color-rgb), 0.6);
}
.ms-auto > .badge {
font-size: $font-size-sm;
}
}
}
1 change: 0 additions & 1 deletion assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $otel-colors: (
'blue-light': #cee1ff,
'purple': #425cc7,
'light-green': #c0f587,
'dark-background': #262d2c,
);

$otel-component-colors: (
Expand Down

0 comments on commit eb1d472

Please sign in to comment.