Home page and news page are finished
This commit is contained in:
105
resources/assets/sass/components/_footer.scss
vendored
Normal file
105
resources/assets/sass/components/_footer.scss
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
@use "../abstracts/mixin" as *;
|
||||
|
||||
.footer_container {
|
||||
font-family: Montserrat, serif;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 1.71;
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
|
||||
.footer_menu {
|
||||
padding: 61px 135px 38px 134px;
|
||||
background-image: linear-gradient(to right, #0102b0, #4090e3);
|
||||
|
||||
.row:first-child {
|
||||
padding-bottom: 70px;
|
||||
margin-bottom: 34px;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.buttons a {
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.box_header {
|
||||
border-bottom: 1px solid #fff;
|
||||
|
||||
span {
|
||||
border-bottom: 3px solid #fff;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.copyright {
|
||||
padding: 20px;
|
||||
background-color: #0f259d;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
|
||||
.scroll_top {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
top: -19px;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
background-color: #5ba8f4;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
line-height: 40px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.footer_menu2 {
|
||||
@include reset-list;
|
||||
|
||||
li {
|
||||
float: left;
|
||||
margin-right: 40px;
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer_social_media {
|
||||
float: right;
|
||||
@include reset-list;
|
||||
|
||||
li {
|
||||
float: left;
|
||||
margin: 4px;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
line-height: 37px;
|
||||
|
||||
&.facebook {
|
||||
background-color: #0f259d;
|
||||
}
|
||||
&.twitter-x {
|
||||
background-color: #5ba8f4;
|
||||
}
|
||||
&.youtube {
|
||||
background-color: #e73323;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user