2017-07-12 21:09:15 +03:00
|
|
|
// stylelint-disable selector-max-type
|
2017-05-11 07:56:23 +03:00
|
|
|
.markdown-body .csv-data {
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
padding: 5px;
|
|
|
|
overflow: hidden;
|
2017-07-18 02:31:19 +03:00
|
|
|
font-size: $font-size-small;
|
2017-07-18 02:48:44 +03:00
|
|
|
line-height: $lh-condensed-ultra;
|
2017-05-11 07:56:23 +03:00
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blob-num {
|
2017-07-17 23:15:49 +03:00
|
|
|
padding: 10px $spacer-2 9px;
|
2017-05-11 07:56:23 +03:00
|
|
|
text-align: right;
|
|
|
|
background: $bg-white;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr { border-top: 0; }
|
|
|
|
|
|
|
|
th {
|
|
|
|
font-weight: $font-weight-bold;
|
|
|
|
background: $gray-100;
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
}
|