cleanup and optimization
This commit is contained in:
parent
a8180d03be
commit
56fec664a9
7 changed files with 216 additions and 155 deletions
|
@ -313,7 +313,7 @@ main-router {
|
|||
border-radius: $fallback--panelRadius;
|
||||
border-radius: var(--panelRadius, $fallback--panelRadius);
|
||||
box-shadow: 1px 1px 4px rgba(0,0,0,.6);
|
||||
box-shadow: var(--panel-shadow);
|
||||
box-shadow: var(--panelShadow);
|
||||
}
|
||||
|
||||
.panel-body:empty::before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue