style table header buttons
This commit is contained in:
parent
0dece24728
commit
260d655706
|
@ -12,6 +12,7 @@ table table{
|
|||
line-height:1em;
|
||||
}
|
||||
|
||||
|
||||
td{
|
||||
padding: 1rem;
|
||||
max-width: 30rem;
|
||||
|
@ -38,6 +39,7 @@ table table{
|
|||
background-color: hsl(var(--color-1),var(--light));
|
||||
}
|
||||
.rowHeader button{
|
||||
font-weight: bold;
|
||||
width:100%;
|
||||
min-width: max-content;
|
||||
background-color: transparent;
|
||||
|
|
|
@ -51,4 +51,7 @@ html {
|
|||
header{
|
||||
text-align: center;
|
||||
}
|
||||
button:hover{
|
||||
cursor:pointer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue