You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/frontend/src/styles/_custom-bootstrap.scss

21 lines
375 B

@use "variables" as vars;
$primary: #911f93;
$dark: #4f566f;
@import "bootstrap";
.progress-bar {
cursor: default;
text-shadow: -0.16rem -0.16rem 0.24rem $primary,
0.16rem -0.16rem 0.24rem $primary, -0.16rem 0.16rem 0.24rem $primary,
0.16rem 0.16rem 0.24rem $primary;
overflow: visible;
}
.dropdown-toggle {
&.hide-arrow::after {
display: none;
}
}