File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ PUNICA CSS > COMPONENTS : PANEL **********************/
1212 @include shadow ();
1313 background : $main-bg ;
1414 margin : $panel-margin ;
15- .#{$panel-header } ,
16- .#{$panel-bottom } {
15+ & > .#{$panel-header } ,
16+ & > .#{$panel-bottom } {
1717 display : flex ;
1818 flex-direction : row ;
1919 align-items : center ;
@@ -24,7 +24,7 @@ PUNICA CSS > COMPONENTS : PANEL **********************/
2424 }
2525 }
2626 }
27- .#{$panel-header } {
27+ & > .#{$panel-header } {
2828 min-height : $panel-title-min-height ;
2929 border-bottom : $panel-title-bottom-border ;
3030 padding : $panel-title-padding ;
@@ -39,7 +39,7 @@ PUNICA CSS > COMPONENTS : PANEL **********************/
3939 font-weight : $panel-title-font-weight ;
4040 }
4141 }
42- .#{$panel-content } {
42+ & > .#{$panel-content } {
4343 flex : 1 1 auto ;
4444 padding : $panel-padding ;
4545 height : auto ;
@@ -76,7 +76,7 @@ PUNICA CSS > COMPONENTS : PANEL **********************/
7676 letter-spacing : $panel-headline-letter-spacing ;
7777 }
7878 }
79- .#{$panel-bottom } {
79+ & > .#{$panel-bottom } {
8080 min-height : $panel-bottom-min-height ;
8181 border-top : $panel-bottom-border ;
8282 padding : $panel-bottom-padding ;
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ PUNICA CSS > COMPONENTS : PROGRESS > VARIABLES *******/
44/* ****************************************************
55CLASS NAMING *****************************************/
66$progress-name : ' progress' ;
7- $billboard-cover : ' cover' ;
87
98/* ****************************************************
109STYLES ***********************************************/
You can’t perform that action at this time.
0 commit comments