Add scroll to top function
Add share buttons to news item Add logo to footer
This commit is contained in:
11
resources/assets/sass/components/_button.scss
vendored
11
resources/assets/sass/components/_button.scss
vendored
@@ -18,4 +18,13 @@
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
&.btn_facebook_share {
|
||||
background-image: none;
|
||||
background-color: #0f259d;
|
||||
}
|
||||
&.btn_twitter_x_share {
|
||||
background-image: none;
|
||||
background-color: #5ba8f4;
|
||||
}
|
||||
}
|
||||
|
||||
12
resources/assets/sass/components/_footer.scss
vendored
12
resources/assets/sass/components/_footer.scss
vendored
@@ -69,10 +69,22 @@
|
||||
|
||||
.footer_menu2 {
|
||||
@include reset-list;
|
||||
float: left;
|
||||
margin-bottom: 20px;
|
||||
|
||||
li {
|
||||
float: left;
|
||||
margin-right: 40px;
|
||||
padding: 9px 0;
|
||||
&:first-child {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
width: 115px;
|
||||
height: 41px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
|
||||
@@ -91,6 +91,7 @@
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
h2 a, h5 a {
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
line-height: 1.17;
|
||||
}
|
||||
|
||||
2
resources/assets/sass/components/_post.scss
vendored
2
resources/assets/sass/components/_post.scss
vendored
@@ -17,7 +17,7 @@
|
||||
.post_tags {
|
||||
@include reset-list;
|
||||
height: 31px;
|
||||
margin-top: 20px;
|
||||
margin: 20px 0;
|
||||
|
||||
li {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user