try again button, user blog tab load, no game text #181
@ -705,3 +705,27 @@ a:hover {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.uploadBoxMain {
|
||||
background: hsl(0deg 0% 0% / 10%);
|
||||
border-radius: 10px;
|
||||
height: 100px;
|
||||
padding: 10px;
|
||||
border: solid 1px hsl(0deg 0% 100% / 5%);
|
||||
}
|
||||
|
||||
.uploadBoxMain:hover > .uploadBoxMainInside {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.uploadBoxMainInside {
|
||||
padding: 10px;
|
||||
border: dashed 2px hsl(0deg 0% 100% / 5%);
|
||||
border-radius: 8px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: hsl(0deg 0% 100% / 20%);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user