Skip to content

Commit

Permalink
fix(): update weixin img
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-nest-moon committed Aug 30, 2020
1 parent a2692c1 commit 9d0a682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/ng-nest/ui/menu/style/mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,19 @@

@mixin size($size, $height, $padding) {
@if $size != small and $size != mini {
$padding: $padding + 0.25rem;
$height: $height + 0.75rem;
$padding: calc(#{$padding} + 0.25rem);
$height: calc(#{$height} + 0.75rem);
} @else {
$height: $height + 0.5rem;
$height: calc(#{$height} + 0.5rem);
}
&-#{$size} {
padding: 0 $padding;
height: $height;
line-height: $height;
&.#{$--x-menu}-category {
height: $height + $height/3;
height: calc(#{$height} + calc(#{$height} / 3));
> #{$--x-menu}-node {
margin-bottom: $height/3;
margin-bottom: calc(#{$height} / 3);
}
}
}
Expand Down
Binary file modified src/assets/img/weixin.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d0a682

Please sign in to comment.