Initial commit
This commit is contained in:
24
public/theme/extensions/_panel.scss
Normal file
24
public/theme/extensions/_panel.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.p-panel {
|
||||
border-radius: $borderRadius;
|
||||
box-shadow: $cardShadow;
|
||||
|
||||
.p-panel-header,
|
||||
.p-panel-content,
|
||||
.p-panel-footer {
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-panel-content {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.p-panel-title {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.p-panel-header-icon {
|
||||
&:focus {
|
||||
background: $emphasis-lower;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user