training fix. add global settings
This commit is contained in:
78
text.css
78
text.css
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user