Files
stash/ui/v2.5/src/styles/_theme.scss
2020-03-01 21:04:36 +01:00

120 lines
1.6 KiB
SCSS

/* Blueprint dark theme */
$secondary: #394b59;
$muted-gray: #bfccd6;
$theme-colors: (
primary: #137cbd,
secondary: $secondary,
success: #0f9960,
warning: #d9822b,
danger: #db3737,
dark: #394b59
);
$body-bg: #202b33;
$text-muted: $muted-gray;
$link-color: #48aff0;
$link-hover-color: #48aff0;
$text-color: #f5f8fa;
$pre-color: $text-color;
$navbar-dark-color: rgb(245, 248, 250);
$popover-bg: $secondary;
@import "node_modules/bootstrap/scss/bootstrap";
$red1: #a82a2a;
$orange1: #a66321;
$sepia1: #63411e;
$dark-gray2: #202b33;
$dark-gray5: #394b59;
$pt-navbar-height: 4rem;
.btn.active:not(.disabled),
.btn.active.minimal:not(.disabled) {
background-color: rgba(138, 155, 168, .3);
color: $text-color;
}
a.minimal,
button.minimal {
background: none;
border: none;
color: $text-color;
transition: none;
&:hover {
background: rgba(138, 155, 168, .15);
color: $text-color;
}
&:active {
background: rgba(138, 155, 168, .3);
color: $text-color;
}
}
.dropdown-toggle::after {
content: none;
}
.nav-link {
color: $text-color;
}
.nav-tabs {
border: none;
margin: auto;
.nav-link {
border: none;
color: $text-color;
padding: 8px;
&.active {
border-bottom: 2px solid;
color: $link-color;
&:hover {
cursor: default;
}
}
}
}
hr {
margin: 5px 0;
}
.table {
border: none;
thead {
th {
border: none;
}
}
td {
a {
color: $text-color;
}
}
}
.table {
td {
padding: .25rem .75rem;
}
}
.popover {
max-width: inherit;
}
.card {
border: none;
}