diff --git a/src/styles/_table.scss b/src/styles/_table.scss index 6e3e1c04..5efacd7c 100644 --- a/src/styles/_table.scss +++ b/src/styles/_table.scss @@ -371,6 +371,15 @@ table{ background-size: cover; } } + .renewal{ + font-size: inherit; + color: #999; + text-align: center; + span{ + color: #45576f; + font-weight: 400; + } + } } tr{ background-color: transparent;