Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
fix scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ohyama committed Apr 10, 2020
1 parent 4ead6db commit a6da456
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/ConfirmedCasesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,10 @@ $default-boxdiff: 35px;
}
@mixin override($vw, $bdw, $fz, $boxh, $boxdiff) {
.pillar,
.pillar {
border-width: px2vw($bdw, $vw);
}
.group {
padding-top: px2vw($bdw, $vw);
border-top-width: px2vw($bdw, $vw);
Expand Down

0 comments on commit a6da456

Please sign in to comment.