Skip to content
Snippets Groups Projects
Commit 2e9bbafb authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch...

Merge branch 'feature/ISTWCMS-5972-m26lebla-buttons-on-discard-layout-builder-changes-page-should-not-be-cut-off' into '1.0.x'

ISTWCMS-5972: m26lebla buttons on discard layout builder changes page should not be cut off

See merge request !73
parents 59bcfe3b 39f7c377
No related branches found
No related tags found
1 merge request!73ISTWCMS-5972: m26lebla buttons on discard layout builder changes page should not be cut off
...@@ -160,6 +160,8 @@ button { ...@@ -160,6 +160,8 @@ button {
.node-uw-ct-web-page-delete-form .form-actions{ .node-uw-ct-web-page-delete-form .form-actions{
.button[data-drupal-selector="edit-cancel"]{ .button[data-drupal-selector="edit-cancel"]{
margin-left: 0 !important; margin-left: 0 !important;
padding: var(--size-05);
padding-top: 10px;
} }
@media(min-width: $screen-md) { @media(min-width: $screen-md) {
grid-template-columns: 8rem 8rem; grid-template-columns: 8rem 8rem;
......
...@@ -41,7 +41,7 @@ form { ...@@ -41,7 +41,7 @@ form {
font-weight: 400; font-weight: 400;
} }
.js-media-library-view { .js-media-library-view {
background: gesso-color(form, fieldset, fieldset-background); background: var(--gray-2);
border: 1px solid #bfbfbf; border: 1px solid #bfbfbf;
border-radius: 2px; border-radius: 2px;
padding: var(--size-2); padding: var(--size-2);
...@@ -165,7 +165,8 @@ form { ...@@ -165,7 +165,8 @@ form {
// Edits of buttons in the wcms forms // Edits of buttons in the wcms forms
.button, .button,
button { button {
[aria-label="Layout Builder tools"] & { [aria-label="Layout Builder tools"] &,
.layout-builder-discard-changes.confirmation & {
font-size: var(--font-size-00); font-size: var(--font-size-00);
height: 2.5rem; height: 2.5rem;
line-height: var(--font-lineheight-2); line-height: var(--font-lineheight-2);
......
...@@ -40,7 +40,7 @@ button{ ...@@ -40,7 +40,7 @@ button{
&:hover, &:hover,
&:focus { &:focus {
background-color: var(--orange-9); background-color: var(--orange-9);
color: var(--uw-white); color: var(--uw-white) !important;
} }
} }
.button[data-drupal-selector="edit-cancel"]{ .button[data-drupal-selector="edit-cancel"]{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment