Table css
This commit is contained in:
parent
cad679ad90
commit
8ff0f369a6
7 changed files with 18 additions and 10 deletions
|
@ -304,7 +304,7 @@
|
|||
display: flex;
|
||||
background: inherit;
|
||||
gap: 0.3em;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.blog-box {
|
||||
|
|
|
@ -16,16 +16,18 @@
|
|||
background: white;
|
||||
}
|
||||
|
||||
&.no-border {
|
||||
td, th {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
td:first-child {
|
||||
border-color: $border_gray;
|
||||
border-width: 1px 1px 0 1px;
|
||||
}
|
||||
|
||||
tr:last-child td {
|
||||
&:first-child {
|
||||
border: 1px solid $border_gray;
|
||||
}
|
||||
|
||||
border-color: $border_gray;
|
||||
border-width: 1px 1px 1px 0;
|
||||
}
|
||||
|
|
|
@ -167,6 +167,11 @@ th.header.rank {
|
|||
color: gray !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.rank-td {
|
||||
font-weight: bold;
|
||||
width: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
#search-form {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue