This commit is contained in:
tiago.kayaya
2021-08-30 13:40:26 +01:00
parent a30d66adb5
commit 4ea6225f83
+4 -3
View File
@@ -60,13 +60,12 @@
}
}
.main-tab{
border: 1px solid red;
//border: 1px solid red;
}
.desktop{
display: none;
border: 1px solid red;
}
@media only screen and (min-width: 1366px) {
@@ -84,9 +83,11 @@
height: 65px;
cursor: pointer;
user-select: none;
border: 1px solid red;
}
.tab:hover{
border-top: 7px solid white;
}
.active{
border-top: 7px solid white;
}