disable close participation button when is closed

This commit is contained in:
2021-05-08 11:20:53 +02:00
parent a85f170e2d
commit 54eb15ea35
2 changed files with 13 additions and 3 deletions

View File

@@ -39,8 +39,17 @@ div.subheader {
height: 130px;
}
//// VUEJS ////
//// SCRATCH BUTTONS
.sc-button {
&.disabled {
cursor: default;
&.bt-remove {
background-color: #d9d9d9;
}
}
}
//// VUEJS ////
div.vue-component {
padding: 1.5em;
margin: 2em 0;
@@ -146,7 +155,6 @@ div.results {
}
}
}
.discret {
color: grey;
margin-right: 1em;