Commit b7d677f0 authored by Chi Bui's avatar Chi Bui 👀

edit css 15/09

parent 5b0d7f1b
...@@ -8016,7 +8016,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -8016,7 +8016,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
padding: 8px 15px; padding: 8px 15px;
list-style: none; list-style: none;
border-radius: 0; border-radius: 0;
background-color: #f5f5f5; /* background-color: #f5f5f5; */
} }
.breadcrumb>li { .breadcrumb>li {
...@@ -8028,9 +8028,12 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -8028,9 +8028,12 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
content: "/ "; content: "/ ";
color: #ccc; color: #ccc;
} }
.cart.cart-block .table-responsive{
overflow-y: auto;
max-height: 350px;
}
.breadcrumb>.active { .breadcrumb>.active {
color: #aaa; color: #000;
} }
.pagination { .pagination {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment