|
@@ -103,6 +103,12 @@ body {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
table {
|
|
table {
|
|
|
|
|
+ a {
|
|
|
|
|
+ text-decoration: none;
|
|
|
|
|
+ &:hover {
|
|
|
|
|
+ text-decoration: underline;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
&.table > :not(caption) > * > * {
|
|
&.table > :not(caption) > * > * {
|
|
|
padding-left: $table-cell-padding-x-sm !important;
|
|
padding-left: $table-cell-padding-x-sm !important;
|
|
|
padding-right: $table-cell-padding-x-sm !important;
|
|
padding-right: $table-cell-padding-x-sm !important;
|