File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1717 background : variables .$blue-lighter ;
1818 }
1919
20- .themed-panel__main {
20+ .themed-panel__figure {
2121 border-top-color : variables .$blue-lighter ;
2222 }
2323 }
2828 flex-direction : column ;
2929 justify-content : space-between ;
3030 flex : 1 ;
31- border-top : variables .$spacing-3 solid variables .$navy ;
3231
3332 @include breakpoints .breakpoint (md) {
3433 border-top : 0 ;
5352.themed-panel__figure {
5453 position : relative ;
5554
55+ & :first-child {
56+ border-top : variables .$spacing-3 solid variables .$navy ;
57+ }
58+
5659 & :before {
5760 display : block ;
5861 content : ' ' ;
6265
6366 @include breakpoints .breakpoint (sm) {
6467 margin : variables .$spacing-3 variables .$spacing-3 0 ;
68+
69+ & :first-child {
70+ border-top : 0 ;
71+ }
6572 }
6673
6774 @include breakpoints .breakpoint (lg) {
You can’t perform that action at this time.
0 commit comments