mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-28 06:54:06 -04:00
make invite list styles match topic list
This commit is contained in:
parent
e83b0619e8
commit
7d9ee9b378
1 changed files with 5 additions and 3 deletions
|
@ -168,12 +168,14 @@
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
border-bottom: 3px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
padding: 5px;
|
padding: 0 0 10px 0;
|
||||||
|
color: scale-color($primary, $lightness: 50%);
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 5px;
|
padding: 10px 0 10px 0;
|
||||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue