thead border
This commit is contained in:
parent
9649bb157c
commit
789aecc472
1 changed files with 7 additions and 6 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
--border-color: #e4e9ec;
|
--border-color: #e4e9ec;
|
||||||
--hover-color: #f5f5f5;
|
--hover-color: #f5f5f5;
|
||||||
--shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
--shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||||
|
--bottom-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
|
||||||
--font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
--font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
--transition: 0.2s ease;
|
--transition: 0.2s ease;
|
||||||
--radius: 6px;
|
--radius: 6px;
|
||||||
|
|
@ -204,23 +205,22 @@ input:focus {
|
||||||
background-color: var(--white);
|
background-color: var(--white);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
overflow: hidden;
|
/* overflow: hidden; */
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: separate;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
/* background-color: var(--primary-light); */
|
border-bottom: 1px solid var(--border-color);
|
||||||
border-bottom: 1px black;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tbody th {
|
tbody th {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
|
@ -231,8 +231,10 @@ thead th {
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-size: rem;
|
font-size: rem;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
|
/* box-shadow: var(--bottom-shadow); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
@ -241,7 +243,6 @@ th {
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-top: 1px solid var(--border-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th:first-child,
|
th:first-child,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue