13 lines
283 B
SCSS
Vendored
13 lines
283 B
SCSS
Vendored
@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css);
|
|
|
|
/*-- scss:rules --*/
|
|
.table {width:auto}
|
|
|
|
code {font-family: 'Fira Code Medium', monospace;}
|
|
|
|
.clay-dataset .table {
|
|
@extend .table-striped;
|
|
@extend .table-hover;
|
|
@extend .table-responsive;
|
|
}
|