Skip to content

Instantly share code, notes, and snippets.

@reginaldojunior
Created November 15, 2016 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reginaldojunior/c800a9afc5e15834f186f9f4c1fbdc01 to your computer and use it in GitHub Desktop.
Save reginaldojunior/c800a9afc5e15834f186f9f4c1fbdc01 to your computer and use it in GitHub Desktop.
style.css
nav {
background-color: rgba(255, 255, 255, 0);
border: none;
box-shadow: none;
}
nav .nav-wrapper {
margin-left: 10px;
}
#search {
padding-left: 23%;
position: relative;
top: 30%;
}
#search input {
border: none !important;
}
h5 {
color: #fff;
}
.title {
color: #9C27B0 !important;
text-shadow: 2px 2px #fff !important;
}
.custom-color {
background-color: #9c27b0 !important
}
.title-product {
font-size: 26px;
}
.cart .row {
text-align:center;
}
.cart .row .col {
padding-top: 35px;
}
.cart .row .img {
padding-top: 0px !important;
}
.cart .text-right {
text-align: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment