2016-11-28 17:45:13 +00:00
|
|
|
.table {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
2016-12-04 17:10:40 +00:00
|
|
|
margin-bottom: 20px;
|
2016-11-28 17:45:13 +00:00
|
|
|
|
|
|
|
th, td {
|
|
|
|
padding: 8px;
|
2016-12-13 12:42:10 +00:00
|
|
|
line-height: 18px;
|
2016-11-28 17:45:13 +00:00
|
|
|
vertical-align: top;
|
2017-01-23 15:01:46 +00:00
|
|
|
border-top: 1px solid $color1;
|
2016-11-28 17:45:13 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > thead > tr > th {
|
|
|
|
vertical-align: bottom;
|
2017-01-23 15:01:46 +00:00
|
|
|
border-bottom: 2px solid $color1;
|
2016-11-28 17:45:13 +00:00
|
|
|
border-top: 0;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2016-12-04 17:10:40 +00:00
|
|
|
|
|
|
|
& > tbody > tr > th {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
2016-12-13 12:42:10 +00:00
|
|
|
& > tbody > tr:nth-child(odd) > td, & > tbody > tr:nth-child(odd) > th {
|
2017-01-23 15:01:46 +00:00
|
|
|
background: $color1;
|
2016-12-13 12:42:10 +00:00
|
|
|
}
|
|
|
|
|
2016-12-04 17:10:40 +00:00
|
|
|
a {
|
2017-01-23 15:01:46 +00:00
|
|
|
color: $color4;
|
2016-12-04 17:10:40 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2017-01-12 19:46:24 +00:00
|
|
|
|
|
|
|
strong {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2016-11-28 17:45:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
samp {
|
|
|
|
font-family: 'Roboto Mono', monospace;
|
|
|
|
}
|
2016-12-04 17:10:40 +00:00
|
|
|
|
2016-12-13 12:42:10 +00:00
|
|
|
a.table-action-link {
|
|
|
|
text-decoration: none;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
padding: 0 10px;
|
2017-01-23 15:01:46 +00:00
|
|
|
color: rgba($color5, 0.7);
|
2016-12-13 12:42:10 +00:00
|
|
|
font-weight: 500;
|
2016-12-04 17:10:40 +00:00
|
|
|
|
2016-12-13 12:42:10 +00:00
|
|
|
&:hover {
|
2017-01-23 15:01:46 +00:00
|
|
|
color: $color5;
|
2016-12-04 17:10:40 +00:00
|
|
|
}
|
|
|
|
|
2016-12-13 12:42:10 +00:00
|
|
|
i.fa {
|
|
|
|
font-weight: 400;
|
|
|
|
margin-right: 5px;
|
2016-12-04 17:10:40 +00:00
|
|
|
}
|
|
|
|
}
|