scss: move pk-budget-table declaration to library file (#44272)

This commit is contained in:
Frédéric Péters 2020-06-19 14:51:09 +02:00
parent c3163ed333
commit 230dae80b0
2 changed files with 14 additions and 14 deletions

View File

@ -101,3 +101,17 @@ table.pk-data-table {
font-weight: bold;
}
}
.pk-budget-table,
.budget-table {
table {
width: 100%;
}
th {
text-align: left;
font-weight: normal;
}
tbody td:last-child {
width: 30%;
}
}

View File

@ -682,20 +682,6 @@ div.leaflet-control-gps {
}
}
.pk-budget-table,
.budget-table {
table {
width: 100%;
}
th {
text-align: left;
font-weight: normal;
}
tbody td:last-child {
width: 30%;
}
}
#fc-linking {
padding: 0 1rem;
&.no-account {