Skip to content

Commit

Permalink
fix dialog sass syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Apr 29, 2022
1 parent 8994bab commit 24e03ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/components/dialog/_dialog.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0.

@use "sass:math";
@import "~@blueprintjs/icons/lib/scss/variables";
@import "../../common/mixins";
@import "../../common/react-transition";
Expand Down Expand Up @@ -94,7 +95,7 @@ $dialog-padding: $pt-grid-size * 1.5 !default;
flex: 0 0 auto;
min-height: $pt-icon-size-large + $dialog-padding;
padding-left: $dialog-padding;
padding-right: $pt-grid-size / 2;
padding-right: math.div($pt-grid-size, 2);
z-index: 0;

.#{$ns}-icon-large,
Expand Down

0 comments on commit 24e03ff

Please sign in to comment.