backup + decriptare toate fisiere done

This commit is contained in:
andrei-mihnea-cerbu
2024-04-19 16:48:10 +03:00
parent ffeebf1177
commit 869305a491
55 changed files with 1073 additions and 265 deletions
+15 -15
View File
@@ -95,7 +95,7 @@ input {
text-align: center;
}
.left_block{
.left_block {
display: flex;
flex-direction: column;
background-color: #535C91;
@@ -106,29 +106,29 @@ input {
color: white;
}
.left_block_top{
.left_block_top {
display: flex;
flex-direction: row;
justify-content: space-between;
text-align: left;
}
.left_block_top h1{
.left_block_top h1 {
padding: 0;
margin: 0;
}
.left_block_top img{
.left_block_top img {
margin: 0 3vw 0 5vw;
width: 8vw;
height: 8vw;
}
.left_block_content{
.left_block_content {
margin: 2rem 0 2rem 0;
}
.left_block_buttons{
.left_block_buttons {
display: flex;
flex-direction: row;
align-content: center;
@@ -136,7 +136,7 @@ input {
justify-content: center;
}
button{
button {
margin: 0 1rem 0 1rem;
width: 15vw;
height: 10vh;
@@ -155,17 +155,17 @@ button{
transition: background-color 0.3s ease;
}
button:hover{
button:hover {
filter: brightness(85%);
}
.left_block_footer{
.left_block_footer {
display: flex;
align-items: center;
justify-content: end;
}
.right_block{
.right_block {
display: flex;
flex-direction: column;
background-color: #535C91;
@@ -176,7 +176,7 @@ button:hover{
color: white;
}
.notifications{
.notifications {
display: flex;
margin: 1rem 2rem 2rem 3rem;
flex-direction: column;
@@ -208,7 +208,7 @@ button:hover{
background: #555; /* Updated handle color on hover */
}
button[name="logout"]{
button[name="logout"] {
margin: 0;
padding: 0;
width: 10vw;
@@ -216,17 +216,17 @@ button[name="logout"]{
background-color: #F44336;
}
button[name="alert"]{
button[name="alert"] {
margin: 0.7rem;
background-color: #F44336;
}
button[name="notification"]{
button[name="notification"] {
margin: 0.7rem;
background-color: #23BDEE;
}
button[name="menu_button"]{
button[name="menu_button"] {
margin: 0.7rem;
background-color: #1B1A55;
}