/*
div.ui-dialog {
width: 100%;
padding: 0 10px 20px 10px;
background-color: $white;
border-radius: 3px;
.ui-dialog-titlebar {
font-family: $header-font;
font-size: 24px;
font-weight: lighter;
line-height: 40px;
color: $primary-color;
background-color: $white;
border: none;
border-bottom: 1px solid $light-grey;
margin-bottom: 0;
.fa {
position: absolute;
top: 15px;
right: 25px;
cursor: pointer;
width: 18px;
font-size: 18px;
}
}
}
*/