File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/js/src/components Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 64
64
65
65
@media (min-width : 600px ) {
66
66
border-radius : 8px ;
67
+ max-height : calc ( 100% - 48px );
67
68
}
68
69
}
69
70
80
81
margin : 0 ;
81
82
}
82
83
84
+ .yoast-gutenberg-modal .components-modal__content .components-modal__header {
85
+ border-bottom-color : # e2e8f0 !important ;
86
+ }
87
+
83
88
.yoast-gutenberg-modal .components-modal__icon-container {
84
89
display : inline-flex;
85
90
}
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ class UpsellBox extends Component {
117
117
const price = newPrice ? newPrice : defaultPrice ;
118
118
return (
119
119
< Fragment >
120
- < hr className = "yst-mt-1.5 yst-mb-0 yst-border-t-0 yst-border-b-slate-200" />
121
120
{ isBlackFriday &&
122
121
< div className = "yst-flex yst-justify-between yst-items-center yst-text-lg yst-content-between yst-bg-black yst-text-amber-300 yst-h-9 yst-border-amber-300 yst-border-y yst-border-x-0 yst-border-solid yst-px-6" >
123
122
< div > { __ ( "BLACK FRIDAY" , "wordpress-seo" ) } </ div >
You can’t perform that action at this time.
0 commit comments