index.scss: use pybricks blue for info toasts

This makes toasts fit better in the color scheme.
This commit is contained in:
David Lechner
2023-04-24 11:18:13 -05:00
parent 8ac59f3d8d
commit e3cfe856b9
+15
View File
@@ -101,6 +101,21 @@ body {
.#{bp.$ns}-toast {
user-select: text;
max-width: 700px;
&.#{bp.$ns}-intent-primary {
background-color: color.adjust(pb.$pybricks-blue, $lightness: -10%);
& .#{bp.$ns}-button {
background-color: color.adjust(
pb.$pybricks-blue,
$lightness: -10%
) !important;
&:hover {
background: pb.$pybricks-blue !important;
}
}
}
}
.#{bp.$ns}-button {