Skip to content

Commit

Permalink
Category index page modification
Browse files Browse the repository at this point in the history
  • Loading branch information
manifau committed Jun 11, 2021
1 parent e2ce710 commit c7d3b88
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/productGrid/GenerationInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function GenerationInfo() {
</p>
</div>
<div class='w3-col m6 l6 w3-padding-small'>
<div class='w3-card-4'>
<div class='w3-card-4 imageTitle'>
<img src={GenerationImage} alt='Generation' />
<div class='w3-container w3-center'>
<p>Generation</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function IndustrialApplicationInfo() {
</p>
</div>
<div class='w3-col m6 l6 w3-padding-small'>
<div class='w3-card-4'>
<div class='w3-card-4 imageTitle'>
<img src={IndustrialImage} alt='Industry' />
<div class='w3-container w3-center'>
<p>Industrial Application</p>
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/components/productGrid/ProductGridIndex.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
background-color: #8a00e5 !important;
color: white !important;
}
.imageTitle {
background-color: #8a00e5;
color: white !important;
}
2 changes: 1 addition & 1 deletion frontend/src/components/productGrid/TransmissionInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function TransmissionInfo() {
</p>
</div>
<div class='w3-col m6 l6 w3-padding-small'>
<div class='w3-card-4'>
<div class='w3-card-4 imageTitle'>
<img src={TransmissionImage} alt='Transmission' />
<div class='w3-container w3-center'>
<p>Transmission</p>
Expand Down

0 comments on commit c7d3b88

Please sign in to comment.