Skip to content

Commit

Permalink
Fix css style and heading
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
  • Loading branch information
saschagrunert committed Jun 11, 2019
1 parent e6e7a9b commit 7441432
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions src/app/notes/notes.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.card {
margin-bottom: 1em;
}

.k8s-badge {
cursor: pointer;
}
13 changes: 6 additions & 7 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ body {
.navbar-brand {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-size: 1rem;
background-color: rgba(0, 0, 0, 0.25);
font-size: 1vw !important;
box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

Expand All @@ -100,12 +99,12 @@ body {
}

.form-control-dark {
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.1);
color: #fff !important;
background-color: rgba(255, 255, 255, 0.1) !important;
border-color: rgba(255, 255, 255, 0.1) !important;
}

.form-control-dark:focus {
border-color: transparent;
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
border-color: transparent !important;
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25) !important;
}

0 comments on commit 7441432

Please sign in to comment.