commit latest main.scss (compliation of all bootstrap customization in one file, don't hurt me)

This commit is contained in:
Xevion
2020-09-15 07:23:05 -05:00
parent d1285125f5
commit 8a884c6542

View File

@@ -112,9 +112,9 @@ table.quote-list tr:hover td:last-child svg {
// Dark theme popover // Dark theme popover
.popover-header { .popover-header {
background-color: darken($grey-2, 2.1%) !important; background-color: darken($grey-2, 2.1%);
border-color: $grey-1 !important; border-color: $grey-1;
color: $grey-11 !important; color: $grey-11;
} }
// Dark theme popover, arrow-right fix // Dark theme popover, arrow-right fix
@@ -130,7 +130,7 @@ table.quote-list tr:hover td:last-child svg {
.bs-popover-left > .arrow::after, .bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after { .bs-popover-auto[x-placement^="left"] > .arrow::after {
border-color: darken($grey-3, 2%) !important; border-left-color: darken($grey-3, 2%);
} }
.bs-popover-right > .arrow::after, .bs-popover-right > .arrow::after,
@@ -140,9 +140,11 @@ table.quote-list tr:hover td:last-child svg {
.season-item .list-group-item { .season-item .list-group-item {
background-color: $grey-3; background-color: $grey-3;
&:first-child { &:first-child {
border-radius: 0; border-radius: 0;
} }
&:hover { &:hover {
background-color: lighten($grey-3, 2.5%); background-color: lighten($grey-3, 2.5%);
} }
@@ -287,8 +289,10 @@ mark,
.skeleton { .skeleton {
min-height: 24px; min-height: 24px;
} }
a { a {
color: #1296ff; color: #1296ff;
&:hover { &:hover {
color: #007fe0; color: #007fe0;
} }
@@ -306,3 +310,9 @@ a {
color: $grey-10; color: $grey-10;
} }
} }
.list-group {
.list-group-item {
background-color: $grey-2;
}
}