14 lines
198 B
SCSS
14 lines
198 B
SCSS
|
|
.ct-attachment {
|
||
|
|
|
||
|
|
.components-base-control__field {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.components-focal-point-picker {
|
||
|
|
box-shadow: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.focal-point-picker__controls {
|
||
|
|
padding: 1em 0 0.6em 0;
|
||
|
|
}
|
||
|
|
}
|