mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Add divider table row style
This commit is contained in:
parent
e6bdf5bc5c
commit
99558023fd
|
@ -55,7 +55,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"V_CSS": "1.4",
|
"V_CSS": "1.5",
|
||||||
"V_JS": "1.2",
|
"V_JS": "1.2",
|
||||||
"DEFAULT_SYNTAX": "python",
|
"DEFAULT_SYNTAX": "python",
|
||||||
"ANALYTICS": "UA-58931649-1",
|
"ANALYTICS": "UA-58931649-1",
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
@extend .u-text-label
|
@extend .u-text-label
|
||||||
color: $color-theme
|
color: $color-theme
|
||||||
|
|
||||||
|
&.c-table__row--divider
|
||||||
|
border-top: 2px solid $color-theme
|
||||||
|
|
||||||
|
|
||||||
//- Table cell
|
//- Table cell
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user