Files
Abschluss-Projekt/text.css
2025-12-08 12:26:34 +01:00

40 lines
959 B
CSS
Executable File

.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);
}