Fixed buttons in tracker page

This commit is contained in:
MaxOvs19
2023-06-22 19:18:41 +03:00
parent 5ab7e65905
commit 055225d747
10 changed files with 103 additions and 63 deletions

View File

@ -277,7 +277,7 @@
justify-content: space-between;
margin-left: 20px;
button {
.button-add-file {
display: flex;
align-items: center;
justify-content: center;
@ -332,6 +332,10 @@
cursor: pointer;
margin-right: 18px;
}
&:focus-within {
border: 1px solid #0000004d;
}
}
}
@ -392,6 +396,7 @@
display: flex;
align-items: center;
position: relative;
margin-bottom: 5px;
span {
color: #000000;
@ -402,17 +407,12 @@
font-weight: 400;
}
button {
cursor: pointer;
background: #8bcc60;
border-radius: 44px;
.button-add-worker {
width: 33px;
height: 33px;
display: flex;
justify-content: center;
align-items: center;
border: none;
color: white;
font-size: 17px;
}
}
@ -601,6 +601,10 @@
font-weight: 700;
}
}
p:hover {
text-decoration: underline;
}
}
}
}