15 lines
226 B
SCSS
15 lines
226 B
SCSS
|
.wc-default-template-notice.is-dismissible {
|
||
|
margin: 0;
|
||
|
padding-right: 16px;
|
||
|
.components-notice__dismiss {
|
||
|
min-width: 24px;
|
||
|
}
|
||
|
.components-notice__content {
|
||
|
margin: 4px 0;
|
||
|
}
|
||
|
svg {
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
}
|
||
|
}
|