File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem "sass" , "~>3.4.0 "
3+ gem "sass" , "~>3.4.1 "
44gem "compass" , "~>1.0"
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ html.js .ajax-new-content:empty {
283283# edit-initial-page {
284284 margin-bottom : 0px ; }
285285 # edit-initial-page .h5 {
286- font-size : 1em ; }
286+ font-size : 1em ; }
287287
288288.webform-confirmation__message {
289289 margin-bottom : 0px ; }
@@ -893,3 +893,11 @@ ul.js-facets-checkbox-links {
893893
894894.display-inline {
895895 display : inline; }
896+
897+ /* Layout Builder */
898+ # drupal-off-canvas * : not (div ), # drupal-off-canvas * : not (svg * ),
899+ # drupal-off-canvas * : after , # drupal-off-canvas * : before {
900+ all : revert; }
901+
902+ .ui-dialog .ui-dialog-off-canvas {
903+ background : # efefef ; }
Original file line number Diff line number Diff line change 144144.display-inline {
145145 display :inline ;
146146}
147+
148+ /* Layout Builder */
149+
150+ #drupal-off-canvas * :not (div ), #drupal-off-canvas * :not (svg * ),
151+ #drupal-off-canvas * :after , #drupal-off-canvas * :before {
152+ all : revert ;
153+ }
154+
155+ .ui-dialog.ui-dialog-off-canvas {
156+ background : #efefef ;
157+ }
You can’t perform that action at this time.
0 commit comments