mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
refactor styles footer-mobile, home-mobile. Change template and styles for icons-btn
This commit is contained in:
@@ -180,20 +180,22 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icons-size img {
|
|
||||||
width: 65px;
|
|
||||||
height: 65px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icons-margin a {
|
|
||||||
margin: 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chat-icon a,
|
.chat-icon a,
|
||||||
.home-icon a,
|
.home-icon a,
|
||||||
.settings-icon a {
|
.settings-icon a {
|
||||||
background: #000;
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-mobile__block a {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 65px;
|
||||||
|
height: 65px;
|
||||||
|
background: #D9D9D91F;
|
||||||
|
border-radius: 20px;
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* /Footer */
|
/* /Footer */
|
||||||
@@ -39,18 +39,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer class="footer-mobile">
|
<footer class="footer-mobile">
|
||||||
<div class="footer-mobile__content icons-size">
|
<div class="footer-mobile__content">
|
||||||
<div class="footer-mobile__block chat-icon icons-margin">
|
<div class="footer-mobile__block chat-icon">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="@/assets/icons-adaptive/home-adaptive/icon-chat.svg">
|
<img src="@/assets/icons-adaptive/home-adaptive/icon-chat.svg">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-mobile__block home-icon icons-margin">
|
<div class="footer-mobile__block home-icon">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="@/assets/icons-adaptive/home-adaptive/icon-home.svg">
|
<img src="@/assets/icons-adaptive/home-adaptive/icon-home.svg">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-mobile__block settings-icon icons-margin">
|
<div class="footer-mobile__block settings-icon">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="@/assets/icons-adaptive/home-adaptive/icon-settings.png">
|
<img src="@/assets/icons-adaptive/home-adaptive/icon-settings.png">
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user