You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

35 lines
761 B

@import '../../../styles.scss';
.common-footer{
bottom: 0;
width: 100%;
padding: 2% 3.5%;
box-sizing: border-box;
background-color: $clr-white;
filter: drop-shadow(0px -12px 20px rgba(178, 178, 178, 0.25));
ul{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 100%;
li{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
color: #888888;
.footer-icons{
width: 100%;
height: 100%;
padding-bottom: 2px;
}
}
}
}