Commit 20ea76a27d428f98fb22b840dad1416455255c74

Authored by Jose Pinto
1 parent 25834328d3
Exists in master

clase .table-title

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
src/sass/_tabla.scss
... ... @@ -6,6 +6,12 @@
6 6 color: #000000;
7 7 background-color: #FF9900;
8 8 }
  9 + &-title{
  10 + background-color: #67615e;
  11 + color: #FFF;
  12 + margin-bottom: 0;
  13 + padding: 0.25rem 0;
  14 + }
9 15  
10 16 thead th{
11 17 font-size: 13px;