mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 16:51:18 +03:00
Update table styles
This commit is contained in:
parent
725fdbb94b
commit
dae8026335
|
@ -76,7 +76,32 @@
|
|||
td * {
|
||||
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 {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue