thainv: ghép navigation
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user