Sha256: 2744a767cffc441e3620101d6f447faf231de7fb8e9bae977edf04f0231c13b4

Contents?: true

Size: 1.2 KB

Versions: 7

Compression:

Stored size: 1.2 KB

Contents

@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/skel';

/*
  Phantom by HTML5 UP
  html5up.net | @ajlkn
  Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
 */

/* Form */

form {
  .field {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  border: solid 2px _palette(fg) !important;

  &:hover {
    border-color: _palette(accent1) !important;
  }

  &.special {
    border: none !important;
  }
}

/* Tiles */

.tiles {
  article {
    > .image {
      &:before, &:after {
        display: none;
      }
    }
  }
}

/* Header */

#header {
  .logo {
    .symbol {
      display: none;
    }
  }

  nav {
    ul {
      li {
        a[href="#menu"] {
          text-indent: 0;
          width: auto;
          font-size: 0.8em;

          &:before, &:after {
            display: none;
          }
        }
      }
    }
  }
}

/* Footer */

#footer {
  > .inner {
    section {
      width: 50%;
      margin-left: 3em;

      &:first-child {
        margin-left: 0;
        width: 40%;
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phantom-blergh-0.2.0 _sass/phantom-blergh/ie8.scss
phantom-blergh-0.1.5 _sass/phantom-blergh/ie8.scss
phantom-blergh-0.1.4 _sass/phantom-blergh/ie8.scss
phantom-blergh-0.1.3 _sass/phantom-blergh/ie8.scss
phantom-blergh-0.1.2 _sass/phantom-blergh/ie8.scss
phantom-blergh-0.1.1 _sass/phantom-blergh/ie8.scss
phantom-blergh-0.1.0 _sass/phantom-blergh/ie8.scss