Sha256: b785e3892908193a6d6b52fd0daa422798417231430a3cd061dfd0763905749b

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

/*** Table Styles **/

@media (max-width: 767px) {
    .responsive-table {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
}
table {
  background: white;
  border-radius:0px;
  border-collapse: collapse;
  // height: 320px;
  margin: auto;
  padding:5px;
  width: 100%;
  animation: float 5s infinite;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  border-bottom: 5px $brand-primary solid;
  margin-bottom: 40px;
  //overflow-x:scroll;
}

th {
  color:#FFF;
  background-color: $brand-primary;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 400;
  padding:15px;
  text-align:left !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th a {
    color: #FFF;
}


th:first-child {
  border-top-left-radius:3px;
}

th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#000000;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}

tr:nth-child(even) td {
  background:#f7f7f7;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

td {
  background:#FFFFFF;
  padding: 20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:16px;
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.125 _sass/core/tables.scss