Skip to content

Commit

Permalink
fix(component): tables
Browse files Browse the repository at this point in the history
header font size
boostwatch page
  • Loading branch information
ygatesoupe committed Nov 14, 2016
1 parent 086ffb3 commit 5be835b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
10 changes: 5 additions & 5 deletions docs-orange/_includes/boostwatch/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,14 @@ <h3>Thumbnails table</h3>
<h3>Icons table</h3>
<div class="container-fluid">
<div class="row">
<table class="table table-hover has-icon">
<table class="table table-hover has-icon" style="width: 60%;">
<caption></caption>
<thead>
<tr>
<th>Name</th>
<th class="text-xs-center">Column heading</th>
<th class="text-xs-center">Column heading</th>
<th class="text-xs-center">Column heading</th>
<th>Item 1</th>
<th class="text-xs-center">Item 1</th>
<th class="text-xs-center">Item 1</th>
<th class="text-xs-center">Item 1</th>
</tr>
</thead>
<tbody>
Expand Down
17 changes: 10 additions & 7 deletions scss/_o-tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
padding-left: .625rem;
}

> th {
font-size: $font-size-base;
}
// > th {
// font-size: $font-size-base;
// }

[class^="icon-"],
[class*=" icon-"] {
Expand All @@ -62,12 +62,15 @@
}

thead {
th {
font-weight: bold;
}

tr {

> tr {
border-bottom-width: 2px;

> th {
font-size: $font-size-base;
font-weight: bold;
}
}
}

Expand Down

0 comments on commit 5be835b

Please sign in to comment.