Skip to content
Snippets Groups Projects
Select Git revision
  • faa9ebc0ca6166558a013b2b8fd4df40ca0fa29a
  • main default protected
  • devel
  • 1.1.0
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
9 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    style.scss 4.41 KiB
    @import '../../../node_modules/bootstrap/scss/functions';
    @import '../../../node_modules/bootstrap/scss/mixins';
    @import '../../../node_modules/bootstrap/scss/variables';
    @import '../../../node_modules/bootstrap/scss/buttons';
    @import '../../../node_modules/bootstrap/scss/modal';
    @import '../../../node_modules/bootstrap/scss/close';
    @import '../../../node_modules/bootstrap/scss/utilities';
    @import '../../../node_modules/bootstrap/scss/grid';
    
    span.wpdesk-activation-reminder {
      display: none;
    }
    
    .wpdesk-activation-reminder-popup {
      @media (min-width: 576px) {
        .modal-dialog {
          max-width: none;
          width: 50%;
          min-width: 500px;
        }
        .modal-dialog.menu {
          max-width: 576px;
        }
      }
    
      .modal-header {
        text-align: center;
      }
    
      img.logo {
        width: 200px;
      }
    
      div.action button {
        width: 200px;
        height: 250px;
        margin-top: 30px;
      }
    
      img.action {
        width: 60px;
      }
    
      div.heading-description {
        font-size: initial;
        font-weight: normal;
      }
    
      h1.title {
        color: #be272c;
      }
    
      .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: $headings-margin-bottom;
        font-family: $headings-font-family;
        font-weight: $headings-font-weight;
        line-height: $headings-line-height;
        color: $headings-color;
      }
    
      .h1 {
        @include font-size($h1-font-size);
      }
    
      .h2 {
        @include font-size($h2-font-size);
      }
    
      .h3 {
        @include font-size($h3-font-size);