aboutsummaryrefslogtreecommitdiffhomepage
path: root/File-decryption/webapp/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'File-decryption/webapp/style.css')
-rw-r--r--File-decryption/webapp/style.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/File-decryption/webapp/style.css b/File-decryption/webapp/style.css
index 1b742e4..64fa213 100644
--- a/File-decryption/webapp/style.css
+++ b/File-decryption/webapp/style.css
@@ -62,4 +62,57 @@ header .header-title{
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
+}
+
+.serial-input{
+ margin-bottom: 3rem;
+}
+
+.serial-input p{
+ color: rgb(185, 185, 185);
+}
+
+.serial-input p {
+ margin-bottom: 1rem;
+}
+
+.file-upload {
+ width: 100%;
+}
+
+.file-upload .file-input-title {
+ display: flex;
+
+ align-items: center;
+ justify-content: center;
+ background-color: rgb(18, 18, 18);
+ height: 3rem;
+ width: 100%;
+}
+
+.file-upload .file-input {
+ display: none;
+}
+
+.file-upload .file-upload-title{
+ margin-bottom: 1rem;
+}
+
+.file-upload .file-input-label {
+ display: flex;
+ border-radius: 1rem;
+ align-items: center;
+ justify-content: center;
+ background-color: rgb(63, 13, 242);
+ height: 3rem;
+ width: 100%;
+}
+
+.file-upload .file-input-label:hover{
+ background-color: rgb(98, 13, 255);
+ cursor: pointer;
+}
+
+.file-upload .file-input-label .fa-cloud-arrow-up{
+ margin-right: 0.5rem;
} \ No newline at end of file