-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
records list layout adjustments (#3016)
* records list layout adjustments * layout adjustments --------- Co-authored-by: Stefano Ricci <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
43d814e
commit 270fa49
Showing
7 changed files
with
42 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 13 additions & 7 deletions
20
webapp/views/App/views/Data/Records/HeaderLeft/HeaderLeft.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
@import 'webapp/style/vars'; | ||
|
||
$tableHeaderHeight: 40px; | ||
$tableHeaderHeight: 30px; | ||
|
||
.records__header-left { | ||
display: flex; | ||
align-items: center; | ||
height: $tableHeaderHeight; | ||
column-gap: 1rem; | ||
} | ||
|
||
.records__header-left__input-search { | ||
padding: 0px 5px; | ||
border: 1px solid $greyBorder; | ||
background: white; | ||
width: 15rem; | ||
button, | ||
.btn { | ||
padding: 0.5rem 0.8rem; | ||
} | ||
|
||
.records__header-left__input-search { | ||
padding: 5px 5px; | ||
border: 1px solid $greyBorder; | ||
background: white; | ||
width: 15rem; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters