mirror of
https://github.com/ivabus/www
synced 2024-11-10 18:55:15 +03:00
Additional progress
This commit is contained in:
parent
3bde3e26de
commit
534cd52ff2
|
@ -4,6 +4,9 @@
|
||||||
<p class="card-text">V2.35 >45 installs</p>
|
<p class="card-text">V2.35 >45 installs</p>
|
||||||
{{- partial "detail-btn.html" . -}}
|
{{- partial "detail-btn.html" . -}}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="card-body thumbnail-body-mobile">
|
||||||
|
<button href="#" class="detail-btn-mobile"><i class="icon-enter-arrow"></i>details</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -47,18 +50,16 @@
|
||||||
.thumbnail-body{
|
.thumbnail-body{
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
padding: 0vw;
|
padding: 0vw;
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumbnail-body-mobile{
|
||||||
|
background-color: #8000ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-img-top{
|
.card-img-top{
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
margin-bottom: 1.674vw;
|
margin-bottom: 0vw;
|
||||||
}
|
|
||||||
|
|
||||||
.card-text{
|
|
||||||
font-size: 0.781vw;
|
|
||||||
float:left;
|
|
||||||
position: relative;
|
|
||||||
top:0.502vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue