Explorar el Código

Remove unused CSS

Alexander Zaytsev hace 6 años
padre
commit
950a5ea507
Se han modificado 1 ficheros con 0 adiciones y 165 borrados
  1. 0 165
      website/themes/uppy/source/css/_index.scss

+ 0 - 165
website/themes/uppy/source/css/_index.scss

@@ -136,7 +136,6 @@
   }
   }
 }
 }
 
 
-
 .MainHeader-tagline {
 .MainHeader-tagline {
   transition: all ease-in-out 0.3s;
   transition: all ease-in-out 0.3s;
   opacity: 0;
   opacity: 0;
@@ -148,73 +147,6 @@
   display: none;
   display: none;
 }
 }
 
 
-.IndexAbout {
-  max-width: 760px;
-  margin: 3em auto;
-  padding: 0 20px;
-  font-size: 17px;
-  line-height: 1.3;
-  text-align: center;
-
-  @media #{$screen-medium} {
-    text-align: left;
-    font-size: 19px;
-    line-height: 1.5;
-  }
-
-  a {
-    font-weight: bold;
-    color: rgba($color-black, 0.8);
-
-    &:hover {
-      color: $color-black;
-    }
-  }
-}
-
-.IndexAbout-item {
-  position: relative;
-  margin-bottom: 80px;
-}
-
-.IndexAbout-item:first-child {
-  @media #{$screen-medium} {
-    // padding-left: 130px;
-
-    .IndexAbout-icon {
-      top: 20px;
-      left: 0;
-    }
-  }
-}
-
-.IndexAbout-item:nth-child(2) {
-  @media #{$screen-medium} {
-    padding-right: 150px;
-
-    .IndexAbout-icon {
-      top: 20px;
-      right: 0;
-    }
-  }
-}
-
-.IndexAbout-icon {
-  max-width: 90px;
-
-  @media #{$screen-medium} {
-    position: absolute;
-  }
-}
-
-.IndexAbout-item h2 {
-  margin-bottom: 0.1em;
-}
-
-.IndexAbout-item p {
-  margin-top: 0;
-}
-
 .GetStartedBtn {
 .GetStartedBtn {
   font-size: 1.2em;
   font-size: 1.2em;
   text-decoration: none;
   text-decoration: none;
@@ -232,108 +164,11 @@
   &:hover { @include zoom; }
   &:hover { @include zoom; }
 }
 }
 
 
-.TryMe-line {
-  font-size: 12px;
-  font-weight: bold;
-  text-transform: uppercase;
-  letter-spacing: 1px;
-  text-align: center;
-  margin: 0;
-  padding: 0;
-}
-
-.TryMe-btn {
-  @include reset-button();
-  font-size: 12px;
-  display: inline-block;
-  padding: 4px 8px;
-  border-radius: 23px;
-  transition: all .3s ease;
-  background-color: $color-primary;
-  color: $color-white;
-  cursor: pointer;
-  margin-left: 5px;
-
-  &:hover { background-color: darken($color-primary, 5%); }
-}
-
-.IndexExample {
-  text-align: center;
-  max-width: 1200px;
-  margin: 0 1em 3em;
-
-  @media #{$screen-medium} {
-    margin: 0 auto 3em;
-  }
-
-  code, pre {
-    padding: 0;
-    margin: 0;
-    background-color: transparent;
-    white-space: pre;
-    font-family: 'Roboto Mono', Monaco, courier, monospace;
-    font-size: 12px;
-    height: auto;
-    line-height: 18px;
-  }
-
-  figure.highlight {
-    margin: 0;
-    box-shadow: none;
-    background-color: transparent;
-  }
-
-  .sign {
-    display: inline-block;
-    vertical-align: middle;
-    height: 10em;
-    line-height: 9em;
-    padding: 0 .5em;
-    font-weight: 600;
-    color: $color-light;
-  }
-}
-
 .IndexSection-title {
 .IndexSection-title {
   font-size: 25px;
   font-size: 25px;
   margin-bottom: 0.7em;
   margin-bottom: 0.7em;
 }
 }
 
 
-.IndexExample-block {
-  // padding: 7px;
-  text-align: left;
-  // background-color: $color-codebg;
-  // border-radius: $size-radius;
-  overflow: hidden;
-  max-width: 500px;
-  margin: auto;
-  margin-bottom: 30px;
-  font-size: 1em;
-
-  @media #{$screen-medium} {
-    max-width: 100%;
-    width: 47%;
-    display: inline-block;
-    vertical-align: top;
-    // height: 250px;
-  }
-}
-
-  .IndexExample-block:nth-child(2) {
-    @media #{$screen-medium} {
-      padding-left: 30px;
-    }
-  }
-
-.IndexExample-video {
-  max-width: 100%;
-  margin-bottom: 5px;
-}
-
-.IndexExample-block img {
-  margin: auto;
-}
-
 .IndexReviews {
 .IndexReviews {
   max-width: 920px;
   max-width: 920px;
   margin: 60px auto;
   margin: 60px auto;