Newer
Older
dmpopidor / lib / assets / stylesheets / roadmap / modals.scss
@briley briley on 22 Jun 2017 473 bytes css rewrite
div.ui-dialog {
  width: 100%;
  padding-bottom: 20px;
  
  .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: 25px;
      right: 25px;
      cursor: pointer;
      width: 18px;
      font-size: 18px;
    }
  }
}