Sha256: 407742c6f414cdc61ebb35acfd91ed6ed04184a5d0785769e464b9912c13779a
Contents?: true
Size: 1.4 KB
Versions: 198
Compression:
Stored size: 1.4 KB
Contents
/*** Table Styles **/ 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
198 entries across 191 versions & 1 rubygems