mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-14 08:48:41 +00:00
improve section shadow
This commit is contained in:
parent
cca07d69bd
commit
301369cce9
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
section.box {
|
section.box {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 0 10px 3px rgba(90, 71, 114, 0.1);
|
box-shadow: 0 0 7px 3px rgba(90, 71, 114, 0.1);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4206,7 +4206,7 @@ body > nav {
|
||||||
|
|
||||||
section.box {
|
section.box {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 0 10px 3px rgba(90, 71, 114, 0.1);
|
box-shadow: 0 0 7px 3px rgba(90, 71, 114, 0.1);
|
||||||
border-radius: 4px; }
|
border-radius: 4px; }
|
||||||
|
|
||||||
section header > h1 {
|
section header > h1 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user