try
This commit is contained in:
parent
4a8df6ba70
commit
ff18255c01
1 changed files with 3 additions and 3 deletions
|
|
@ -192,7 +192,7 @@ const mergedFiles = computed(() => {
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.kanban > section {
|
.kanban > section {
|
||||||
min-width: 20rem;
|
min-width: 20rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -207,14 +207,14 @@ const mergedFiles = computed(() => {
|
||||||
row-gap: 0;
|
row-gap: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kanban > section h2 {
|
.kanban > section > h2 {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--header-bg-color);
|
background-color: var(--header-bg-color);
|
||||||
border-radius: var(--rounded-md);
|
border-radius: var(--rounded-md);
|
||||||
font-size: var(--text-sm);
|
font-size: var(--text-sm);
|
||||||
height: var(--header-height);
|
height: var(--header-height);
|
||||||
}
|
}
|
||||||
.kanban > section h2 > span {
|
.kanban > section > h2 > span {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue