base_ui/assets/majles/scss/pages/section/_footer-section.scss

37 lines
661 B
SCSS
Raw Normal View History

2025-02-01 09:34:55 +00:00
.footer-section {
// height: 30em;
background-color: #efeee8;
.footer-top {
&-img {
position: relative;
&::after {
content: "";
position: absolute;
border-bottom: 1px solid #00baba;
top: 44px;
width: 12em;
right: 160px;
}
&::before {
content: "";
position: absolute;
top: 44px;
width: 12em;
border-bottom: 1px solid #00baba;
left: 150px;
}
}
}
.footer-card {
width: 110px;
height: 110px;
// background-color: red;
}
.copyright {
text-align: center;
padding: 1em;
font-size: 0.8rem;
}
}