Skip to content
Snippets Groups Projects
Select Git revision
  • 41956e68310bff60eb114566dcc6e7b635311fad
  • main default protected
  • revert-ffead0bd
  • feature/init
  • 1.1.8
  • 1.1.7
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.2
  • 1.0.2-beta3
  • 1.0.2-beta2
  • 1.0.2-beta1
  • 1.0.1
  • 1.0.1-beta4
  • 1.0.1-beta3
  • 1.0.1-beta2
  • 1.0.1-beta1
  • 1.0.0
  • 1.0.0-beta6
24 results

style.scss

Blame
  • 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);