_landing.scss 5.72 KB
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
/* Start Landing Styles */
[data-nav-layout="horizontal"] {
  .landing-body {
    @media (min-width: 992px) {
      .app-sidebar {
        @apply h-[3.8rem] top-0 bg-white shadow-none border-b-0 p-3 #{!important};

        .main-menu-container {
          @apply flex justify-between items-center;
        }

        .main-sidebar {
          @apply w-full mx-0 #{!important};
        }

        .child1 {
          .side-menu__item {
            @apply text-gray-400 before:border-menuprime #{!important};

            &.active {
              @apply text-primary before:border-primary #{!important};
            }

            &:hover {
              @apply text-primary before:border-primary #{!important};
            }
          }
        }

        .side-menu__item {
          @apply py-2 #{!important};

          &.active {
            @apply text-primary #{!important};
            .side-menu__label {
                @apply text-primary #{!important};
            }
          }

          &:hover {
            @apply bg-transparent text-menuprime #{!important};
            
            .side-menu__label {
              @apply text-primary #{!important};
            }
          }
        }

        .ti-btn-white {
          @apply bg-white text-gray-600 hover:bg-gray-50 focus:ring-white;
        }

        &.sticky-pin {
          @apply bg-white shadow-md #{!important};

          .landing-logo-container {
            .responsive-logo {
              .responsive-logo-light {
                @apply block;
              }

              .responsive-logo-dark {
                @apply hidden;
              }
            }
          }

          .ti-btn-white {
            @apply bg-black text-white hover:bg-black focus:ring-black;
          }

          .side-menu__item {
            @apply text-menuprime active:text-white #{!important};

            &.active {
              @apply text-white #{!important};
              
            }

            &:hover {
              @apply text-primary #{!important};
            }
          }

          .child1 .side-menu__item.active {
            @apply text-primary #{!important};
          }
        }
      }

      .app-sidebar.sticky-pin {
        .responsive-logo .responsive-logo-dark {
          @apply hidden;
        }

        .responsive-logo .responsive-logo-light {
          @apply block;
        }

        .side-menu__item {
          @apply text-gray-500 #{!important};

          &.active {
            @apply text-white #{!important};
          }
        }

        .child1 .side-menu__item.active {
          @apply text-primary #{!important};
        }
      }
    }

    .landing-wrapper {
      @apply bg-[url(../img/landing/2.png)] w-full text-white leading-normal relative before:bg-primary/60 before:absolute before:w-full before:h-full before:inset-0;
    }

    .section {
      @apply py-16;
    }

    .shape svg {
      @apply scale-[2] w-full h-auto origin-top;
    }

    .shape {
      @apply -bottom-[1px] absolute pointer-events-none inset-x-0 w-full;
    }

    .section-title {
      @apply m-auto flex;
    }

    .landing-service-img {
      img {
        @apply w-14 h-14;
      }
    }

    .landing-card-primary {
      @apply bg-primary text-white;

      .landing-service-img {
        @apply bg-white;
      }
    }

    .container {
      @apply px-6;
    }

    .responsive-logo .responsive-logo-dark {
      @apply hidden;
    }

    .responsive-logo .responsive-logo-light {
      @apply block;
    }

    #features {
      svg {
        [fill="#9399a1"] {
          @apply fill-primary;
        }

        [fill="#4b5563"] {
          @apply fill-secondary;
        }

        [fill="#6f7782"] {
          @apply fill-secondary;
        }

        [fill="#b7bbc0"] {
          @apply fill-primary/80;
        }
      }
    }

    #features {
      svg {
        @apply w-full h-full;
      }
    }
  }

  &.dark {
    .landing-body {
      @media (min-width: 992px) {
        .app-sidebar {
          @apply bg-bgdark #{!important};

          .ti-btn-white {
            @apply focus:ring-offset-white/10;
          }

          .landing-logo-container {
            .responsive-logo {
              .responsive-logo-light {
                @apply hidden;
              }

              .responsive-logo-dark {
                @apply block;
              }
            }
          }

          &.sticky-pin {
            @apply bg-bgdark #{!important};

            .landing-logo-container {
              .responsive-logo {
                .responsive-logo-light {
                  @apply hidden;
                }

                .responsive-logo-dark {
                  @apply block;
                }
              }
            }

            .ti-btn-white {
              @apply focus:ring-offset-white/10;
            }
          }
        }
      }

      .responsive-logo .responsive-logo-light {
        @apply hidden;
      }

      .responsive-logo .responsive-logo-dark {
        @apply block;
      }

      .app-sidebar.sticky-pin {
        .side-menu__item {
          @apply text-white/70 #{!important};

          &.active {
            @apply text-white #{!important};
          }
        }

        .child1 .side-menu__item.active {
          @apply text-primary #{!important};
        }
      }
    }
  }

  &[dir="ltr"] {
    .landing-body {
      @media (min-width: 992px) {
        .app-sidebar {
          .main-menu {
            @apply pr-6 #{!important};
          }
        }
      }
    }
  }

  &[dir="rtl"] {
    .landing-body {
      @media (min-width: 992px) {
        .app-sidebar {
          .main-menu {
            @apply pl-6 #{!important};
          }
        }
      }

      .testimonials-swipe {
        .box {
          @apply dir-rtl;
        }
      }
    }
  }
}

/* End Landing Styles */