Browse Source

lp blocks

master
rdrew 1 month ago
parent
commit
ee2724b663
  1. 6
      css/components/button.css
  2. 6
      css/components/navigation/nav-primary.css

6
css/components/button.css

@ -10,7 +10,8 @@
* Buttons.
*/
.button {
.button,
.facets-soft-limit-link {
display: inline-block;
height: var(--sp2);
margin-block: var(--sp1);
@ -67,7 +68,8 @@
*/
@supports (display: inline-flex) {
.button {
.button,
.facets-soft-limit-link {
display: inline-flex;
align-items: center;

6
css/components/navigation/nav-primary.css

@ -204,10 +204,10 @@ html:not(.js) .primary-nav__menu--level-2 {
transform-origin: right;
}
.primary-nav__menu-item:first-child span:before {
.primary-nav__menu-item--level-1:first-child span:before {
/*content: url("../../../images/magnifying-glass.svg");*/
/*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%232b353b' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");*/
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%232b353b' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
/*fill:blue; */
/*margin-right:5px;*/
margin-right:5px;
}

Loading…
Cancel
Save