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 diff is collapsed.
......@@ -18,6 +18,7 @@ body {
#commentList .comment:nth-child(even) { background: @gray-lighter; }
#dateVisColorSettings { stroke: @brand-primary; }
#hierarchyRecord { background: #fff; }
.cart-controls .checkbox { line-height: 2rem; }
/* --- Layout --- */
.main .container { padding-top: 1rem; }
......
This diff is collapsed.
......@@ -181,8 +181,8 @@ footer {
/* ------ Cart ------ */
.cart-controls .checkbox {
line-height: 2.5em;
padding-right: 1em;
line-height: 2.5rem;
padding-right: 1rem;
}
.nav .btn-bookbag-toggle { float: left; }
.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