Skip to content
Snippets Groups Projects
Commit 8b92388f authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Bootprint cart adjustments.

parent f174eec8
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -18,6 +18,7 @@ body { ...@@ -18,6 +18,7 @@ body {
#commentList .comment:nth-child(even) { background: @gray-lighter; } #commentList .comment:nth-child(even) { background: @gray-lighter; }
#dateVisColorSettings { stroke: @brand-primary; } #dateVisColorSettings { stroke: @brand-primary; }
#hierarchyRecord { background: #fff; } #hierarchyRecord { background: #fff; }
.cart-controls .checkbox { line-height: 2rem; }
/* --- Layout --- */ /* --- Layout --- */
.main .container { padding-top: 1rem; } .main .container { padding-top: 1rem; }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -181,8 +181,8 @@ footer { ...@@ -181,8 +181,8 @@ footer {
/* ------ Cart ------ */ /* ------ Cart ------ */
.cart-controls .checkbox { .cart-controls .checkbox {
line-height: 2.5em; line-height: 2.5rem;
padding-right: 1em; padding-right: 1rem;
} }
.nav .btn-bookbag-toggle { float: left; } .nav .btn-bookbag-toggle { float: left; }
.nav .btn-bookbag-toggle a { .nav .btn-bookbag-toggle a {
......
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