parent
7e746ded59
commit
cde382de8a
2 changed files with 79 additions and 24 deletions
@ -1,22 +1,37 @@ |
||||
.TrustContainer{ |
||||
margin-top:25px; |
||||
margin:50px 0px; |
||||
display: flex; |
||||
direction: rtl; |
||||
align-items: center; |
||||
width:85%; |
||||
} |
||||
.TrustContainer div{ |
||||
margin: 15px; |
||||
} |
||||
|
||||
|
||||
.TrustContainer .TrustTitle{ |
||||
width:20%; |
||||
font-size: 18px; |
||||
width:18%; |
||||
font-size: 16px; |
||||
font-weight: bold; |
||||
padding-right: 10px; |
||||
border-right:5px solid gray; |
||||
} |
||||
.TrustContainer .TrustCostumersContainer{ |
||||
display: flex; |
||||
width: 80%; |
||||
width: 82%; |
||||
justify-content: space-between; |
||||
align-items: center; |
||||
|
||||
} |
||||
.TrustContainer .TrustCostumersContainer img{ |
||||
filter: gray; /* IE6-9 */ |
||||
-webkit-filter: grayscale(100%); |
||||
cursor: pointer; |
||||
transition: all 0.2s; |
||||
} |
||||
.TrustContainer .TrustCostumersContainer img:hover{ |
||||
filter: none; /* IE6-9 */ |
||||
-webkit-filter: grayscale(0%); |
||||
} |
||||
.TrustContainer .TrustCostumersContainer img.active{ |
||||
filter: none; /* IE6-9 */ |
||||
-webkit-filter: grayscale(0%); |
||||
} |
Loading…
Reference in new issue