Skip to content

Commit f9301a6

Browse files
v1.7.0
1 parent e2e405b commit f9301a6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/Components/Panel/Panel.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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;

src/Components/Progress/variables.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ PUNICA CSS > COMPONENTS : PROGRESS > VARIABLES *******/
44
/*****************************************************
55
CLASS NAMING *****************************************/
66
$progress-name : 'progress';
7-
$billboard-cover : 'cover';
87

98
/*****************************************************
109
STYLES ***********************************************/

0 commit comments

Comments
 (0)