Delete nav.css
This commit is contained in:
parent
1d280f108e
commit
ddf426f907
74
nav.css
74
nav.css
@ -1,74 +0,0 @@
|
|||||||
.secMain.secMainNav {
|
|
||||||
background: white;
|
|
||||||
height: 75px;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainNavInside {
|
|
||||||
width: 100%;
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 0.75fr 1.5fr 0.75fr;
|
|
||||||
grid-gap: 25px;
|
|
||||||
height: 100%;
|
|
||||||
padding: 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.secMainNavInside {
|
|
||||||
grid-template-columns: 0.75fr 0fr 2.25fr;
|
|
||||||
grid-gap: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainNavInsideSec {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
height: 100%;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainNavInsideSecLeft {
|
|
||||||
width: 100%;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainNavInsideSecMid {
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainNavInsideSecRight {
|
|
||||||
}
|
|
||||||
|
|
||||||
.linkMain.secMainNavInsideSecLeftLink {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linkMain.secMainNavInsideLeftLink {
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainNavInsideLeftLinkImg {
|
|
||||||
width: 100%;
|
|
||||||
height: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainNavInsideSecLeftInside {
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainNavInsideSecMidInside {
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainNavInsideSecRightInside {
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
grid-gap: 10px;
|
|
||||||
justify-content: end;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btnMain.secMainNavInsideSecRightInsideBtn {
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user