




.dialog-style {
border: 1px solid @dialog-border-color;
border-radius: @dialog-border-radius;
box-shadow: @dialog-box-shadow;
box-sizing: border-box;
}
Here is an example of how the mixin is used in a rule set.
.ui-dialog {
.dialog-style;
background: @background;
font-size: 95%;
padding: 0;
}