CSS: styles of table refactored
This commit is contained in:
@ -78,16 +78,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.table-body>div>sib-display>div>sib-display-value[name='name'] {
|
||||
.cell-with-name {
|
||||
color: $color-233-18-29;
|
||||
font-weight: 600;
|
||||
padding-top: 2.5rem;
|
||||
}
|
||||
|
||||
team-template-edit>sib-display>div,
|
||||
[name='owner']>sib-display>div,
|
||||
project-captain[name='user']>sib-display>div,
|
||||
[name='captain']>sib-display>div {
|
||||
.cell-with-id-card>div, /* for the table in circle-edit */
|
||||
.cell-with-id-card>sib-display>div,
|
||||
project-captain[name='user']>sib-display>div { /* for the captain's cell in project-admin */
|
||||
display: grid;
|
||||
grid-column-gap: 1.6rem;
|
||||
grid-template-columns: 7vh auto;
|
||||
@ -164,7 +163,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
[name='buttons'] {
|
||||
.cell-with-buttons {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
Reference in New Issue
Block a user