|
|
@ -296,7 +296,6 @@ const closeNoPermissionDialog = () => { |
|
|
|
} |
|
|
|
|
|
|
|
.sub-title { |
|
|
|
max-width: 400px; |
|
|
|
width: 80%; |
|
|
|
margin-top: 25%; |
|
|
|
} |
|
|
@ -317,15 +316,14 @@ const closeNoPermissionDialog = () => { |
|
|
|
/* margin-top: 20px; */ |
|
|
|
} |
|
|
|
} |
|
|
|
/* @media screen and (min-width: 365px) and (max-width: 400px){ */ |
|
|
|
@media screen and (max-width: 768px) { |
|
|
|
@media screen and (max-width: 400px){ |
|
|
|
.top-icon { |
|
|
|
margin-top: -2%; |
|
|
|
width: 80%; |
|
|
|
} |
|
|
|
.bottom-icon{ |
|
|
|
bottom: 2vh; |
|
|
|
gap: 1rem; |
|
|
|
bottom: 5vh; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |