margin-top: 0;
}
}
+
+ @media screen and (max-width: $no-gap-breakpoint) {
+ display: none;
+ }
}
&__actions,
text-align: right;
padding-right: 16px - 5px;
}
+
+ @media screen and (max-width: $no-gap-breakpoint) {
+ display: none;
+ }
}
&__row {
border-top: 0;
background: darken($ui-base-color, 4%);
+ @media screen and (max-width: $no-gap-breakpoint) {
+ &:first-child {
+ border-top: 1px solid darken($ui-base-color, 8%);
+ }
+ }
+
&:hover {
background: darken($ui-base-color, 2%);
}
border: 1px solid darken($ui-base-color, 8%);
border-top: 0;
box-shadow: none;
+
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border-top: 1px solid darken($ui-base-color, 8%);
+ }
+ }
+
+ @media screen and (max-width: 870px) {
+ .accounts-table tbody td.optional {
+ display: none;
+ }
}
}