Commit 2b781329 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3326408: Remove leftover Layout builder modal claro theme styling after...

Issue #3326408: Remove leftover Layout builder modal claro theme styling after removing the Varbase Layout Builder Theme Negotiator
parent 047ce5b0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ body .layout-builder__add-section {
  padding: 1em;
  text-align: center;
  outline: 1px dashed #555;
  font-size: 12px;
  font-weight: bold;
}
body .layout-builder__add-section:hover,
@@ -36,6 +37,7 @@ body .layout-builder__add-block .layout-builder__link--add {
  margin-left: 15px;
  text-transform: uppercase;
  color: var(--bs-link-color);
  font-size: 12px;
}
body .layout-builder__add-block .layout-builder__link--add:hover,
body .layout-builder__add-block .layout-builder__link--add:active,
@@ -70,6 +72,7 @@ body .layout-builder__link--add-template-to-library,
body .layout-builder__link--import-from-library {
  text-transform: uppercase;
  color: var(--bs-link-color);
  font-size: 12px;
  font-weight: bold;
}
body .layout-builder__link--configure:hover,
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ body {
    outline: 1px dashed #555555;
    padding: 1em;
    font-weight: bold;
    font-size: 12px;

    &:hover,
    &:active,
@@ -38,6 +39,7 @@ body {
    color: var(--bs-link-color);

    .layout-builder__link--add {
      font-size: 12px;
      text-transform: uppercase;
      color: var(--bs-link-color);
      margin-right: 15px;
@@ -92,6 +94,7 @@ body {
    text-transform: uppercase;
    color: var(--bs-link-color);
    font-weight: bold;
    font-size: 12px;

    &:hover,
    &:active,