training fix. add global settings

This commit is contained in:
2025-12-02 09:31:52 +01:00
parent 55b1b2b5fe
commit c3c7e042bb
86 changed files with 77512 additions and 7054 deletions

View File

@@ -1,40 +1,40 @@
.popup .upload-button {
width: 80px;
height: 25px;
background-color: #4cdb0085;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 303px;
left: 128px;
box-sizing: border-box;
}
.popup .upload-button:hover{
width: 80px;
height: 25px;
background-color: #36990085;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 303px;
left: 128px;
box-sizing: border-box;
}
.popup .upload-button-text {
font-family: var(--m3-body-small-font-family);
font-weight: var(--m3-body-small-font-weight);
color: #000000;
font-size: var(--m3-body-small-font-size);
letter-spacing: var(--m3-body-small-letter-spacing);
line-height: var(--m3-body-small-line-height);
white-space: nowrap;
font-style: var(--m3-body-small-font-style);
.popup .upload-button {
width: 80px;
height: 25px;
background-color: #4cdb0085;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 303px;
left: 128px;
box-sizing: border-box;
}
.popup .upload-button:hover{
width: 80px;
height: 25px;
background-color: #36990085;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 303px;
left: 128px;
box-sizing: border-box;
}
.popup .upload-button-text {
font-family: var(--m3-body-small-font-family);
font-weight: var(--m3-body-small-font-weight);
color: #000000;
font-size: var(--m3-body-small-font-size);
letter-spacing: var(--m3-body-small-letter-spacing);
line-height: var(--m3-body-small-line-height);
white-space: nowrap;
font-style: var(--m3-body-small-font-style);
}