card detail info modal tool

This commit is contained in:
Alessandro Francia
2018-06-04 09:38:44 +02:00
parent 1a3c131119
commit 3d2f25fe5a
3 changed files with 27 additions and 5 deletions
+13 -3
View File
@@ -334,12 +334,22 @@
display: flex;
flex-flow: row;
.card-tool-depot-image{
position: relative;
margin-top: 20px;
margin-left: 18px;
margin-left: 10px;
img{
max-width: 104px;
max-height: 104px;
}
i{
position: absolute;
right: 0;
bottom: 10px;
font-size: 28px;
cursor: pointer;
}
i.fa{
color: @color-darkish-blue;
}
}
.card-tool-depot-title{
@@ -348,7 +358,7 @@
min-width: calc(~'100% - 164px');
flex-flow: column;
justify-content: center;
margin-left: 10px;
margin-left: 20px;
font-size: 18px;
line-height: 1.11;
color: @color-greyish-brown;
+13 -2
View File
@@ -3354,20 +3354,31 @@ footer .container button.big:before {
flex-flow: row;
}
.card-tool-depot .card-tool-depot-body .card-tool-depot-image {
position: relative;
margin-top: 20px;
margin-left: 18px;
margin-left: 10px;
}
.card-tool-depot .card-tool-depot-body .card-tool-depot-image img {
max-width: 104px;
max-height: 104px;
}
.card-tool-depot .card-tool-depot-body .card-tool-depot-image i {
position: absolute;
right: 0;
bottom: 10px;
font-size: 28px;
cursor: pointer;
}
.card-tool-depot .card-tool-depot-body .card-tool-depot-image i.fa {
color: #002680;
}
.card-tool-depot .card-tool-depot-body .card-tool-depot-title {
display: flex;
height: 100%;
min-width: calc(100% - 164px);
flex-flow: column;
justify-content: center;
margin-left: 10px;
margin-left: 20px;
font-size: 18px;
line-height: 1.11;
color: #4b4b4b;
@@ -4,6 +4,7 @@
<div class="card-tool-depot-body">
<div class="card-tool-depot-image">
<img :src="imgSource" alt="">
<i @click="onClick" class="fa fa-info-circle"></i>
</div>
<div class="card-tool-depot-title">
<div>{{code}}</div>