Skip to content

Commit

Permalink
fix(list): improve list item spacing, group heading font weight and n…
Browse files Browse the repository at this point in the history
…o-data container height
  • Loading branch information
joneff committed Jan 17, 2022
1 parent de0fec4 commit a1b5786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions packages/bootstrap/scss/list/_layout.scss
Expand Up @@ -3,9 +3,7 @@
@include exports( "list/layout/bootstrap" ) {

.k-list__group-header { // sass-lint:disable-line class-name-format
font-weight: 600;
font-size: $font-size-sm;
box-shadow: none;
font-weight: bold;
}

}
7 changes: 3 additions & 4 deletions packages/default/scss/list/_layout.scss
Expand Up @@ -66,7 +66,7 @@
display: flex;
align-items: center;
align-content: center;
gap: map-get( $spacing, 1 );
gap: $icon-spacing;
cursor: default;
position: relative;
transition-property: color, background-color, outline-color, box-shadow;
Expand Down Expand Up @@ -144,12 +144,11 @@
// No data
.k-list-container {
.k-no-data {
min-height: 138px;
width: 100%;
min-height: 140px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-weight: lighter;
text-align: center;
white-space: normal;
Expand Down

0 comments on commit a1b5786

Please sign in to comment.