Delete footer.css
This commit is contained in:
parent
f1bcbe4556
commit
8debb22794
116
footer.css
116
footer.css
@ -1,116 +0,0 @@
|
|||||||
.secMain.secMainFooter {
|
|
||||||
background: white;
|
|
||||||
padding: 50px 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInside {
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTop {
|
|
||||||
width: 100%;
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 0.5fr 1.75fr 0.75fr;
|
|
||||||
grid-gap: 50px;
|
|
||||||
padding: 0 0 40px 0;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.secMainFooterInsideTop {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTopSec {
|
|
||||||
flex-grow: 1;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
grid-gap: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideBottom {
|
|
||||||
padding: 10px 0;
|
|
||||||
border-top: solid 1px rgba(0,0,0,0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideBottomSec {
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideBottomSecText {
|
|
||||||
text-align: center;
|
|
||||||
color: rgba(0,0,0,0.5);
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTopSecLeftTop {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTopSecLeftBottom {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btnMain.secMainFooterInsideTopSecMidBtn {
|
|
||||||
flex-grow: 1;
|
|
||||||
background: unset;
|
|
||||||
color: rgba(0,0,0,0.65);
|
|
||||||
justify-content: start;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTopSecLeftTopImg {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTopSecLeftBottomText {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTopSecMidInside {
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
grid-gap: 15px;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: start;
|
|
||||||
align-items: start;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.secMainFooterInsideTopSecMidInside {
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: unset;
|
|
||||||
align-items: unset;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTopSecRightInside {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
grid-gap: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.secMainFooterInsideTopSecRightInside {
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTopSecRightInsideText {
|
|
||||||
font-size: 14px;
|
|
||||||
color: rgba(0,0,0,0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.secMainFooterInsideTopSecRightInsideLinks {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
grid-gap: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btnMain.secMainFooterInsideTopSecRightInsideLinksLink {
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user