Last active
June 21, 2017 11:25
-
-
Save bhavik-kiri/a96141b694be3d4a6e77d26fda5d346a to your computer and use it in GitHub Desktop.
We will add the CSS for the delete icon.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#content table.shop_table a.remove { | |
color: red; | |
display: block; | |
font-size: 20px; | |
font-weight: 700; | |
height: 20px; | |
line-height: 20px; | |
padding: 0; | |
text-align: center; | |
text-decoration: none; | |
vertical-align: middle; | |
width: 20px; | |
float: left; | |
border: 0; | |
} | |
.product_name{ | |
float:left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment