Sha256: 72182086e78e1902930426eb8fa71611787ec478fd4ee4795fdae3ae4667acec

Contents?: true

Size: 1.26 KB

Versions: 2

Compression:

Stored size: 1.26 KB

Contents

@charset "utf-8";

// Pages: Base
.content {
  text-align: center;
  flex: 1 auto;
  display: flex;
  justify-content: center;
}

.content img {
  max-width: 100%;
}

.vertical {
  flex-direction: column;
  align-items: center;
}

.flexWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  flex: 1 auto;

}

.main {
  height: 100%;

  @media only screen and (min-width: $breakLarge) {
    width: $widthLarge;
  }

  @media screen and (max-width: $breakLarge) {
    width: $widthSmaller;
  }
}

body div.content {

  a:link,
  a:active {
    color: var(--link-color);
  }

  a:visited {
    color: var(--link-visited-color);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: $header-font-family;
}

article {
  font-size: #{$base-font-size};
}

article header h1 {
  font-size: 2rem;
}

tt, code, kbd, samp {
  font-family: #{$code-font-family};
}

table {
  border-collapse: collapse;
  padding: initial;
  margin: 0 0 $spacingUnit * 0.875 0;
}

th, tr, td {
  border: 1px solid rgba(127, 127, 127, 0.5);
  padding: $spacingUnit * 0.25 $spacingUnit * 0.375;
  margin: initial;
}

.metaTag, .metaCategory {
  display: inline-flex;
  font-family: $header-font-family;
  font-size: 1.2em;
  padding: 0 $spacingUnit * 1.5 $spacingUnit * 0.5 0;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
termina-plex-0.1.5.2 _sass/termina-plex/pages/base.scss
termina-plex-0.1.5 _sass/termina-plex/pages/base.scss