18 lines
398 B
CSS
18 lines
398 B
CSS
/**
|
|
* #.# Common SCSS
|
|
*
|
|
* Can include things like variables and mixins
|
|
* that are used across the project.
|
|
*/
|
|
/**
|
|
* #.# Editor Styles
|
|
*
|
|
* CSS for just Backend enqueued after style.scss
|
|
* which makes it higher in priority.
|
|
*/
|
|
.cognito-modal > .components-modal__content {
|
|
padding: initial; }
|
|
|
|
.cognito-modal > .components-modal__content > .components-modal__header {
|
|
margin: initial; }
|