Replace deprecated Less .box-shadow() mixin with standard CSS

Bug: T306488
Change-Id: I96cde6a39fb8547f49b8581d7dba5f9dbf8ba363
This commit is contained in:
Volker E 2022-04-19 21:05:13 -07:00
parent 8c68eae9d9
commit 2ffa3ff885

View file

@ -11,7 +11,7 @@
font-size: 14px; font-size: 14px;
header { header {
.box-sizing( border-box ); box-sizing: border-box;
border-bottom: 1px solid #c8ccd1; border-bottom: 1px solid #c8ccd1;
position: relative; position: relative;
display: table; display: table;