Last active
July 24, 2018 18:32
-
-
Save estefanionsantos/0668fe7da0f033e9c53504e4b2f0e27e to your computer and use it in GitHub Desktop.
table fill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="tb_fill expand"> ... </table> | |
<!-- | |
<table class="tb_fill bg_primary expand"> ... </table> | |
<table class="tb_fill bg_secondary expand"> ... </table> | |
<table class="tb_fill bg_light expand"> ... </table> | |
<table class="tb_fill bg_standard expand"> ... </table> | |
<table class="tb_fill hover_primary expand"> ... </table> | |
<table class="tb_fill hover_secondary expand"> ... </table> | |
<table class="tb_fill hover_light expand"> ... </table> | |
<table class="tb_fill hover_standard expand"> ... </table> | |
--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment