Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions assets/css/dashboard/pa-messages-page.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use "../variables";
@use "../variables-screenplay-forms";

.pause-active-switch-container {
position: relative;
Expand All @@ -8,6 +9,8 @@
width: 86px;
height: 24px;
margin-top: 0;
background-color: variables-screenplay-forms.$form-check-input-checked-bg-color;
Comment thread
digitalcora marked this conversation as resolved.
Outdated
border-color: variables-screenplay-forms.$form-check-input-checked-bg-color;
Comment thread
digitalcora marked this conversation as resolved.
Outdated
}

.form-check-input:not(:checked) {
Expand Down
6 changes: 2 additions & 4 deletions assets/css/screenplay.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
@use "variables";

$theme-colors: (
"primary": variables.$theme-primary,
@use "bootstrap/scss/bootstrap" with (
$primary: variables.$theme-primary
);

@use "bootstrap/scss/bootstrap";
@use "dashboard";
@use "dashboard/places-page";
@use "dashboard/alerts-page";
Expand Down
Loading