Skip to content

Commit

Permalink
more style wips
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock committed Oct 3, 2023
1 parent 1666b86 commit c80d423
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/quickstarts/redshift-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ platform: 'dbt-cloud'
icon: 'redshift'
hide_table_of_contents: true
tags: ['Redshift', 'dbt Cloud']
level: 'Expert'
---
## Introduction

Expand Down
7 changes: 7 additions & 0 deletions website/src/components/searchInput/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
border-radius: 0.3125rem;
border: 2px solid var(--navy-200-c-6-ccd-4, #C6CCD4);
min-height: 38px;
font-size: .875rem;
font-family: var(--ifm-font-family-base);
}

.inputContainer:active, .inputContainer:focus {
border: 2px solid #4f5d75;
outline: none;
}

.inputContainer::placeholder {
all: unset;
-webkit-text-security: initial;
}
4 changes: 4 additions & 0 deletions website/src/components/selectDropdown/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
border: 2px solid #4f5d75;
}

.selectContainer [class$="-palceholder"] {
font-size: .875rem;
}

.selectContainer [class$="-control"] {
padding: 0rem 1rem
}
Expand Down

0 comments on commit c80d423

Please sign in to comment.