thainv: ghép navigation

This commit is contained in:
nguyen van thai
2024-06-17 11:48:00 +07:00
parent c2b9208746
commit 3c75c89a8b
30 changed files with 856 additions and 108 deletions
@@ -146,20 +146,20 @@ watch(
border-color: #e5e5e5 !important;
}
&.borderLeft {
border-left: 2px solid;
padding-left: 10px;
border-left: 1px solid;
padding-left: 16px;
}
&.borderRight {
border-right: 2px solid;
padding-right: 10px;
border-right: 1px solid;
padding-right: 16px;
}
&.borderTop {
border-top: 2px solid;
padding-top: 10px;
border-top: 1px solid;
padding-top: 16px;
}
&.borderBottom {
border-bottom: 2px solid;
padding-bottom: 10px;
border-bottom: 1px solid;
padding-bottom: 16px;
}
&.vertical {
grid-template-columns: repeat(1, minmax(0, 1fr));
@@ -168,6 +168,16 @@ watch(
grid-template-rows: auto;
grid-auto-flow: column;
}
&.borderRight ,
&.borderLeft,
&.borderTop,
&.borderBottom {
@media (max-width: 640px) {
border: 0;
padding: 0;
}
}
}
.empty {
width: 100%;