bouton mini test enlevé
This commit is contained in:
@@ -69,6 +69,9 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||
.student-layout .sidebar > .stack.small-gap {
|
||||
display: none;
|
||||
}
|
||||
.admin-layout .sidebar > button:nth-of-type(2) {
|
||||
display: none;
|
||||
}
|
||||
.today-panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -155,10 +158,22 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||
}
|
||||
.composer {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 220px 130px 130px;
|
||||
grid-template-columns: 1fr 190px 36px 130px 130px;
|
||||
gap: 0.75rem;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.voice-tooltip {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: 36px;
|
||||
height: 100%;
|
||||
min-height: 46px;
|
||||
border-radius: 12px;
|
||||
background: #e2e8f0;
|
||||
color: #14213d;
|
||||
font-weight: 700;
|
||||
cursor: help;
|
||||
}
|
||||
.assessment {
|
||||
display: none;
|
||||
flex: 0 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user