Sha256: f84e241e5cd94dd69a1da72613cdc6df0fe3492fd0b8193d8f275b03805728be

Contents?: true

Size: 932 Bytes

Versions: 4

Compression:

Stored size: 932 Bytes

Contents

@import 'lib/flatly';
@import 'lib/html';
@import 'lib/mermaid';
@import 'lib/syntax';

body {
  font-size: 13pt;
  padding-top: 70px;
}

img {
  max-width: 100%;
}

dd {
  padding-bottom: 1em;
  padding-left: 3em;
}

th,
td {
  border: 1px solid $cs-aux-primary;
  margin: 0;
  padding: 6px 13px;
  text-align: left;
}

pre {
  background-color: white;
  border: 0;
  border-radius: 0;
  color: $cs-primary;
}

pre.highlight {
  background-color: $cs-bg-primary;
  border-left: .2em solid $cs-success;
}

footer {
  background-color: $cs-bg-primary;
  margin-top: 2em;
  padding: 2em 0;

  h1 {
    color: $cs-primary;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0;
  }

  .logo {
    margin: 0 0 .5em;
  }
}

.panel-body {
  padding: 0;

  table {
    tr {
      td {
        padding-left: 15px;
      }
    }
  }

  .table {
    margin-bottom: 0;
  }
}


table {
  a:not(.btn) {
    text-decoration: none;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dataworkbench-jekyll-theme-0.3.4 _sass/dataworkbench-jekyll-theme.scss
dataworkbench-jekyll-theme-0.3.1 _sass/dataworkbench-jekyll-theme.scss
dataworkbench-jekyll-theme-0.3.0 _sass/dataworkbench-jekyll-theme.scss
dataworkbench-jekyll-theme-0.2.1 _sass/dataworkbench-jekyll-theme.scss