mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Style changes for custom document css
This commit is contained in:
@@ -305,7 +305,7 @@ input[type="file"] {
|
|||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 780px;
|
width: 780px;
|
||||||
height: 500px;
|
height: 550px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
@@ -314,6 +314,7 @@ input[type="file"] {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
|
||||||
|
padding-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progressbar {
|
.progressbar {
|
||||||
@@ -631,10 +632,9 @@ li {
|
|||||||
|
|
||||||
.container {
|
.container {
|
||||||
background: white;
|
background: white;
|
||||||
padding: 30px;
|
padding: 10px;
|
||||||
margin-top: 50px;
|
margin-top: 30px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user