File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 277277 Interactive tasks, popover.
278278\*------------------------------------*/
279279.prpl-popover .prpl-popover-interactive {
280- padding : 1.5 rem ;
280+ padding : 24 px 24 px 14 px 24 px ; /* 14px is needed for the "next" button hover state. */
281281 box-sizing : border-box;
282282
283283 * {
288288 display : flex;
289289 flex-wrap : wrap;
290290 gap : 40px ;
291-
292- /* overflow: hidden; */
293-
294- /* We need to allow overflow for .prpl-button hover effect. */
291+ overflow : hidden;
292+ padding-bottom : 10px ; /* Needed for the "next" button hover state. */
295293
296294 > * {
297295 flex-grow : 1 ;
312310 background-color : var (--prpl-color-gray-2 );
313311 }
314312
315- /* WIP: This adds vertical line above the column? */
316-
317- /* &::after {
313+ & ::after {
318314 top : -20px ;
319315 left : 0 ;
320316 width : 100% ;
321317 height : 1px ;
322- } */
318+ }
323319 }
324320 }
325321 }
You can’t perform that action at this time.
0 commit comments