mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
Update table styles
This commit is contained in:
parent
725fdbb94b
commit
dae8026335
|
@ -77,6 +77,31 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #fff;
|
||||||
|
color: inherit;
|
||||||
|
|
||||||
|
th {
|
||||||
|
border-bottom-color: $color-gray-light-700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tr > * {
|
||||||
|
border-top-color: $color-gray-light-700;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
border-left-color: $color-gray-light-700;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-right-color: $color-gray-light-700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:last-child > * {
|
||||||
|
border-bottom-color: $color-gray-light-700;
|
||||||
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue