Skip to content

Commit

Permalink
style: code improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jan 15, 2025
1 parent dd4d4ef commit 909cacc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/base/BaseModalContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ $c: ".c-base-modal-container";
#{$c}__title {
font-weight: $font-weight-bolder;
font-size: ($font-size-page + 6px);
max-height: 9.5%;
min-height: 70px;
max-height: 110px;
min-height: 60px;
flex: 1 1 0;
display: flex;
flex-direction: column;
Expand All @@ -200,7 +200,6 @@ $c: ".c-base-modal-container";

#{$c}__body {
overflow: scroll;
max-height: 73%;
padding-top: 35.5px;
padding-bottom: 26.5px;
border-block: 1px solid $color-border-primary;
Expand All @@ -213,7 +212,7 @@ $c: ".c-base-modal-container";
align-items: center;
justify-content: flex-end;
padding-right: 48px;
height: 9%;
height: 100px;
min-height: 70px;

&--extra-button {
Expand Down

0 comments on commit 909cacc

Please sign in to comment.