Merge pull request #5565 from bagisto-europe/admin

updated dark mode
This commit is contained in:
Glenn Hermans 2022-01-07 19:19:54 +01:00 committed by GitHub
commit f97b5b60e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 20 deletions

File diff suppressed because one or more lines are too long

View File

@ -446,8 +446,8 @@
.accordian, accordian {
.accordian-header, div[slot*="header"] {
background-color: #02080d ;
color: rgba(255,255,255,.5)
background-color: #02080d;
color: rgba(255,255,255,.5);
}
.accordian-content, div[slot*="body"] {
background-color: #000;
@ -537,13 +537,13 @@
.pagination .page-item {
background: #000;
border: 1px solid 000;
color: #ffffff;
color: $white;
}
.pagination .page-item.active {
background: #0041FF;
color: #ffffff;
border-color: #0041FF;
background-color: rgba(32, 57, 83, 0.2) !important;
color: $white;
border-color: rgba(2, 57, 83, 0.2) !important;
}
.filter-tag .wrapper {
@ -583,4 +583,9 @@
border-bottom: 1px solid #232d36;
cursor: default;
}
.btn.btn-primary {
background: rgba(255, 255, 255, 0.8);
color: $black;
}
}

View File

@ -197,7 +197,7 @@ body {
> a {
padding: 5px 2px;
display: block;
color: #000;
color: $black;
width: 100%;
.icon {
@ -241,7 +241,7 @@ body {
a {
display: block;
padding: 8px 12px;
color: #000;
color: $black;
font-size: 12px;
}
}
@ -291,7 +291,7 @@ body {
font-size: 14px;
font-weight: 200;
display: inline-block;
color: #000;
color: $black;
}
.arrow-icon {
@ -319,7 +319,7 @@ body {
width: calc(100% - 1px);
.menu-label {
color: #000;
color: $black;
}
ul.sub-menubar {
@ -329,7 +329,7 @@ body {
.sub-menu-item {
.menu-label {
color: #000;
color: $black;
}
&.active, &:hover {
@ -344,7 +344,7 @@ body {
&:hover {
.menu-label {
color: #000;
color: $black;
}
}
}
@ -380,7 +380,7 @@ body {
font-size: 15px;
&:focus {
border-color: #0041ff;
border-color: $blue;
}
}
@ -556,7 +556,7 @@ body {
.notif{
background-color: #fff;
background-color: $white;
li {
padding: 10px;
@ -593,7 +593,7 @@ body {
}
.canceled{
background-color: red;
background-color: $red;
}
.closed{
@ -601,7 +601,7 @@ body {
}
.completed{
background-color: #42c067;
background-color: $green;
}
.notif-content {
@ -623,8 +623,8 @@ body {
position: absolute;
right: 13px;
top: 6px;
background: red;
color: #fff;
background: $red;
color: $white;
width: 20px;
text-align: center;
border-radius: 10px;
@ -648,7 +648,7 @@ body {
.page-item.active {
.page-link {
color: #fff !important;
color: $white !important;
}
}