github.com/muhammadn/cortex@v1.9.1-0.20220510110439-46bb7000d03d/website/assets/scss/_variables_project.scss (about)

     1  /*
     2  
     3  Add styles or override variables from the theme here.
     4  
     5  */
     6  $primary: #3b697e;
     7  $secondary: #b73b02;
     8  $light: #e9ecef;
     9  
    10  .td-navbar {
    11      background: white !important;
    12  }
    13  
    14  .btn-lg {
    15      border-radius: 0.5rem!important;
    16  }
    17  
    18  .btn {
    19      border-radius: 0.5rem!important;
    20  }
    21  
    22  .td-search-input {
    23      background-color: aliceblue!important;
    24  }
    25  
    26  .navbar-dark .navbar-nav .nav-link {
    27      color: $primary !important;
    28  }
    29  ::placeholder {
    30      color: $primary !important;
    31  }
    32  
    33  .navbar-bg-onscroll {
    34      box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
    35      #cortex-logo {
    36          display: block !important;
    37      }
    38      * {
    39          color: white !important;
    40      }
    41  }
    42  
    43  .navbar-nocover {
    44      background-color: $primary !important;
    45      .td-navbar-nav-scroll .nav-link {
    46          color: white !important;
    47      }
    48      .td-search-input {
    49          background-color: aliceblue !important;
    50      }
    51  }
    52  
    53  footer {
    54     min-height: unset!important;
    55  }
    56  
    57  .display-1 {
    58      font-size: 1.5rem!important;
    59      font-weight: 700;
    60      line-height: 1.2;
    61  }
    62  
    63  .companies {
    64      font-size: 1.5rem!important;
    65  }
    66  
    67  @media (min-width: 576px) {
    68      .display-1 { font-size: 1.75rem!important; }
    69      .companies { font-size: 2rem!important; }
    70  
    71  }
    72  @media (min-width: 768px) {
    73      .display-1 { font-size: 2rem!important; }
    74      .companies { font-size: 2rem!important; }
    75  
    76  }
    77  @media (min-width: 992px) {
    78      .display-1 { font-size: 2.5em!important; }
    79      .companies { font-size: 2rem!important; }
    80  
    81  }
    82  @media (min-width: 1200px) {
    83      .display-1 { font-size: 3rem!important; }
    84      .companies { font-size: 1.75rem!important; }
    85  }