mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
Remove nav shadow
This commit is contained in:
parent
724741d1f5
commit
fc98c281cf
1
nav.scss
1
nav.scss
|
|
@ -94,7 +94,6 @@ label[for="nav-trigger"] {
|
|||
.nav-trigger:checked ~ main {
|
||||
width: calc(100% - 175px);
|
||||
left: 175px;
|
||||
box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.nav-top {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
background-image: linear-gradient(
|
||||
to left top,
|
||||
color-stop(0, rgb(43,194,83)),
|
||||
color-stop(1, rgb(84,240,84))););
|
||||
color-stop(1, rgb(84,240,84)));
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3328,8 +3328,6 @@ select.plain {
|
|||
appearance: none;
|
||||
cursor: pointer;
|
||||
box-shadow: none; }
|
||||
select.plain option {
|
||||
cursor: pointer; }
|
||||
|
||||
.ok {
|
||||
color: #5cff56; }
|
||||
|
|
@ -4003,8 +4001,7 @@ label[for="nav-trigger"] {
|
|||
|
||||
.nav-trigger:checked ~ main {
|
||||
width: calc(100% - 175px);
|
||||
left: 175px;
|
||||
box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.5); }
|
||||
left: 175px; }
|
||||
|
||||
.nav-top {
|
||||
margin: 5px 0 0 5px;
|
||||
|
|
@ -4276,8 +4273,7 @@ main {
|
|||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
background-color: #2bc253;
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
|
||||
background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
|
||||
background-image: linear-gradient(to left top, color-stop(0, #2bc253), color-stop(1, #54f054));
|
||||
position: relative;
|
||||
overflow: hidden; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user