Skip to content

Commit

Permalink
fix(Input): [BLA-719] Fix styles in Input
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwapriya committed Apr 11, 2024
1 parent 8ccfe4a commit 839a856
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 4 deletions.
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.
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.
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.
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.
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.
10 changes: 6 additions & 4 deletions packages/core-components/src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

display: block;
width: 100%;
min-width: var(--b2b-size-200);
min-width: var(--b2b-size-120);
max-width: 600px;
font-family: var(--b2b-font-family-default);

.b2b-input__wrapper {
Expand All @@ -16,7 +17,7 @@
border: 1px solid var(--b2b-color-grey-200);
border-right: var(--b2b-border-right);
border-radius: var(--b2b-border-radius);
padding: 5px var(--b2b-size-30) 5px;
padding: 5px var(--b2b-size-25) 5px;
background-color: var(--b2b-color-white-100);
color: var(--b2b-color-black-100);
position: relative;
Expand Down Expand Up @@ -65,14 +66,15 @@

b2b-input-label {
display: block;
margin-bottom: var(--b2b-size-10);
margin-bottom: var(--b2b-size-5);
color: var(--b2b-color-black-100);
}

span {
font-size: var(--b2b-size-copy-50);
line-height: var(--b2b-size-copy-line-height-75);
display: block;
margin-top: var(--b2b-size-10);
margin-top: var(--b2b-size-7);
color: var(--b2b-color-grey-300);
}
}
Expand Down

0 comments on commit 839a856

Please sign in to comment.