This commit is contained in:
2024-06-14 16:58:36 +02:00
parent 235c37f17f
commit 252fe7ce44
19 changed files with 1864 additions and 1668 deletions

View File

@@ -98,29 +98,30 @@ input::placeholder {
.logo-img{
cursor:pointer;
}
.register{
.register-link{
color: #15c1c6;
cursor: pointer;
margin-right: 10px;
}
.register-link:hover{
color:#333333;
transition: 0.3s;
}
.dropdown{
top: 22%;
right: 10px;
}
// .register{
// .register-link{
// color: #15c1c6;
// cursor: pointer;
// margin-right: 10px;
// }
// .register-link:hover{
// color:#333333;
// transition: 0.3s;
// }
// }
@media only screen and (min-width: 768px) {
.register{
.dropdown{
position: absolute;
top: 15px;
top: 7px;
left: 20px;
.register-link:hover{
color:#efefef;
transition: 0.3s;
}
}
.form-search{
@@ -191,14 +192,10 @@ input::placeholder {
}
@media only screen and (min-width: 992px) {
.register{
.dropdown{
position: absolute;
left: 5%;
top: 2%;
.register-link:hover{
color:#efefef;
transition: 0.3s;
}
top: 10px;
}
.navbar{
height: 60px;