fix: correct formatting of box-shadow properties in frontend styles
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
width: 100%;
|
||||
background-color: var(--mat-sys-background) !important;
|
||||
z-index: 9;
|
||||
-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
|
||||
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
|
||||
-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user