This commit is contained in:
tiago.kayaya
2021-08-30 09:05:57 +01:00
parent 5d260e6a22
commit 7944fa26ea
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<div class=" pb-10 ion-toolbar text-white"> <div class="main-tab pb-10 ion-toolbar text-white">
<div class="mobile d-flex div-top-header justify-space-between"> <div class="mobile d-flex div-top-header justify-space-between">
+5
View File
@@ -59,10 +59,14 @@
position: absolute; position: absolute;
} }
} }
.main-tab{
border: 1px solid red;
}
.desktop{ .desktop{
display: none; display: none;
border: 1px solid red;
} }
@media only screen and (min-width: 1366px) { @media only screen and (min-width: 1366px) {
@@ -80,6 +84,7 @@
height: 65px; height: 65px;
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
border: 1px solid red;
} }
.active{ .active{