mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:35:07 +03:00
Added styling/swiper script back in to cli page
This commit is contained in:
parent
3ae5799088
commit
30b07fa7dd
1 changed files with 49 additions and 0 deletions
|
@ -762,5 +762,54 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
.twitter-card{
|
||||||
|
border: 2px solid #1a1a1a;
|
||||||
|
background-color: #33ffd9 !important;
|
||||||
|
min-height: 466px;
|
||||||
|
}
|
||||||
|
.title-bar{
|
||||||
|
height:30px;
|
||||||
|
}
|
||||||
|
.avatar{
|
||||||
|
height: 24px;
|
||||||
|
width: 24px;
|
||||||
|
border-radius: 30px;
|
||||||
|
background-color: gray;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.test-name{
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
.top-bar i{
|
||||||
|
position: relative;
|
||||||
|
top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
var mySwiper = new Swiper ('.swiper-container', {
|
||||||
|
spaceBetween: 10,
|
||||||
|
freeMode: true,
|
||||||
|
direction: 'horizontal',
|
||||||
|
loop: true,
|
||||||
|
pagination: {
|
||||||
|
el: '.swiper-pagination',
|
||||||
|
},
|
||||||
|
navigation: {
|
||||||
|
nextEl: '.swiper-button-next',
|
||||||
|
prevEl: '.swiper-button-prev',
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue