Skip to content

Commit

Permalink
Merge pull request #134 from erz-mba-fbi/128-cms-integration-responsive
Browse files Browse the repository at this point in the history
#128 table Header on every modul same style
  • Loading branch information
schefbi authored Sep 26, 2019
2 parents de8f654 + 604623c commit 212b893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
.absence-header {
cursor: pointer;
padding: 0.5em 0;
background: $gray-200;
display: grid;
grid-template-areas: "checkbox name date";
grid-template-columns: 50px 4fr 2fr;
border-top: 1px solid #dee2e6;
border-bottom: 2px solid #dee2e6;
}

.absence-entry {
Expand Down
4 changes: 1 addition & 3 deletions src/app/shared/styles/table.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.table th {
padding-top: $spacer / 4;
padding-bottom: $spacer / 4;
color: $table-head-color;
font-weight: 300;
text-transform: uppercase;
font-weight: 500;
}

.table-fixed {
Expand Down

0 comments on commit 212b893

Please sign in to comment.