Removed the border from Function name and email.
This commit is contained in:
parent
35d25d79eb
commit
4f3f9edb68
1 changed files with 7 additions and 16 deletions
|
@ -1,4 +1,7 @@
|
||||||
@media only screen and (max-width: 425px) {
|
@media only screen and (max-width: 425px) {
|
||||||
|
table {
|
||||||
|
border-collapse: inherit;
|
||||||
|
}
|
||||||
thead {
|
thead {
|
||||||
> tr {
|
> tr {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
|
@ -17,33 +20,21 @@
|
||||||
}
|
}
|
||||||
> tr > td:nth-child(3) {
|
> tr > td:nth-child(3) {
|
||||||
grid-area: email;
|
grid-area: email;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
> tr > td:nth-child(2) {
|
> tr > td:nth-child(2) {
|
||||||
grid-area: name;
|
grid-area: name;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
> tr > td:nth-child(4) {
|
> tr > td:nth-child(4) {
|
||||||
display: grid;
|
display: grid;
|
||||||
justify-items: end;
|
justify-items: end;
|
||||||
grid-area: link;
|
grid-area: link;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
> tr > td:nth-child(1) {
|
> tr > td:nth-child(1) {
|
||||||
grid-area: func;
|
grid-area: func;
|
||||||
}
|
border: none;
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
> tr:last-child {
|
|
||||||
> td:nth-child(1) {
|
|
||||||
border: 1px solid #dbdbdb !important;
|
|
||||||
border-width: 0 0 1px !important;
|
|
||||||
padding: 0.5em 0.75em !important;
|
|
||||||
vertical-align: top !important;
|
|
||||||
}
|
|
||||||
> td:nth-child(2) {
|
|
||||||
border: 1px solid #dbdbdb !important;
|
|
||||||
border-width: 0 0 1px !important;
|
|
||||||
padding: 0.5em 0.75em !important;
|
|
||||||
vertical-align: top !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tbody {
|
tbody {
|
||||||
|
|
Loading…
Reference in a new issue