Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										94
									
								
								web/core/themes/olivero/css/theme/filter.theme.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										94
									
								
								web/core/themes/olivero/css/theme/filter.theme.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,94 @@
 | 
			
		||||
/*
 | 
			
		||||
 * DO NOT EDIT THIS FILE.
 | 
			
		||||
 * See the following change record for more information,
 | 
			
		||||
 * https://www.drupal.org/node/3084859
 | 
			
		||||
 * @preserve
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Styling for the Filter module.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Filter information under field.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.text-full > .form-item {
 | 
			
		||||
  margin-block-end: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form-element--editor-format {
 | 
			
		||||
  vertical-align: top;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-wrapper {
 | 
			
		||||
  margin-block: var(--sp1) var(--sp0-5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-wrapper .form-item {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-help {
 | 
			
		||||
  float: right; /* LTR */
 | 
			
		||||
  padding-block: var(--sp0-5);
 | 
			
		||||
  font-size: var(--font-size-xxs);
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * Chromium and Webkit do not yet support flow relative logical properties,
 | 
			
		||||
   * such as float: inline-end. However, PostCSS Logical does not compile this
 | 
			
		||||
   * value, so we accommodate by not using these.
 | 
			
		||||
   *
 | 
			
		||||
   * @see https://caniuse.com/mdn-css_properties_clear_flow_relative_values
 | 
			
		||||
   * @see https://github.com/csstools/postcss-plugins/issues/632
 | 
			
		||||
   */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-help:dir(rtl) {
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Compose tips.
 | 
			
		||||
 *
 | 
			
		||||
 * Wraps filter tips on page '/filter/tips[/name]'.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.compose-tips__item {
 | 
			
		||||
  margin-block: var(--sp1-5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Filter guidelines.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.filter-guidelines__item {
 | 
			
		||||
  margin-block-start: var(--sp1);
 | 
			
		||||
  font-size: var(--font-size-s);
 | 
			
		||||
  line-height: var(--line-height-s);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-guidelines p {
 | 
			
		||||
  margin-block: var(--sp0-25) 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Filter tips.
 | 
			
		||||
 *
 | 
			
		||||
 * Long is used on '/filter/tips[/name]', short is used for the filter tips
 | 
			
		||||
 * below a text format input.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.filter-tips--long {
 | 
			
		||||
  margin-block-end: var(--sp1-5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-tips__item,
 | 
			
		||||
.filter-tips--long p {
 | 
			
		||||
  margin-block: var(--sp0-75);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-tips__item--short {
 | 
			
		||||
  margin-block: var(--sp0-25) 0;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										80
									
								
								web/core/themes/olivero/css/theme/filter.theme.pcss.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								web/core/themes/olivero/css/theme/filter.theme.pcss.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,80 @@
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Styling for the Filter module.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
@import "../base/media-queries.pcss.css";
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Filter information under field.
 | 
			
		||||
 */
 | 
			
		||||
.text-full > .form-item {
 | 
			
		||||
  margin-block-end: 0;
 | 
			
		||||
}
 | 
			
		||||
.form-element--editor-format {
 | 
			
		||||
  vertical-align: top;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-wrapper {
 | 
			
		||||
  margin-block: var(--sp1) var(--sp0-5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-wrapper .form-item {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.filter-help {
 | 
			
		||||
  float: right; /* LTR */
 | 
			
		||||
  padding-block: var(--sp0-5);
 | 
			
		||||
  font-size: var(--font-size-xxs);
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * Chromium and Webkit do not yet support flow relative logical properties,
 | 
			
		||||
   * such as float: inline-end. However, PostCSS Logical does not compile this
 | 
			
		||||
   * value, so we accommodate by not using these.
 | 
			
		||||
   *
 | 
			
		||||
   * @see https://caniuse.com/mdn-css_properties_clear_flow_relative_values
 | 
			
		||||
   * @see https://github.com/csstools/postcss-plugins/issues/632
 | 
			
		||||
   */
 | 
			
		||||
  &:dir(rtl) {
 | 
			
		||||
    float: left;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Compose tips.
 | 
			
		||||
 *
 | 
			
		||||
 * Wraps filter tips on page '/filter/tips[/name]'.
 | 
			
		||||
 */
 | 
			
		||||
.compose-tips__item {
 | 
			
		||||
  margin-block: var(--sp1-5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Filter guidelines.
 | 
			
		||||
 */
 | 
			
		||||
.filter-guidelines__item {
 | 
			
		||||
  margin-block-start: var(--sp1);
 | 
			
		||||
  font-size: var(--font-size-s);
 | 
			
		||||
  line-height: var(--line-height-s);
 | 
			
		||||
}
 | 
			
		||||
.filter-guidelines p {
 | 
			
		||||
  margin-block: var(--sp0-25) 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Filter tips.
 | 
			
		||||
 *
 | 
			
		||||
 * Long is used on '/filter/tips[/name]', short is used for the filter tips
 | 
			
		||||
 * below a text format input.
 | 
			
		||||
 */
 | 
			
		||||
.filter-tips--long {
 | 
			
		||||
  margin-block-end: var(--sp1-5);
 | 
			
		||||
}
 | 
			
		||||
.filter-tips__item,
 | 
			
		||||
.filter-tips--long p {
 | 
			
		||||
  margin-block: var(--sp0-75);
 | 
			
		||||
}
 | 
			
		||||
.filter-tips__item--short {
 | 
			
		||||
  margin-block: var(--sp0-25) 0;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user