mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
always operate in xl breakpoint
This commit is contained in:
@@ -62,6 +62,14 @@ $table-hover-bg: rgba(#000000, .03);
|
|||||||
$modal-backdrop-opacity: 0.3;
|
$modal-backdrop-opacity: 0.3;
|
||||||
$btn-font-weight: 600;
|
$btn-font-weight: 600;
|
||||||
|
|
||||||
|
$grid-breakpoints: (
|
||||||
|
xs: 0,
|
||||||
|
sm: 1px,
|
||||||
|
md: 2px,
|
||||||
|
lg: 3px,
|
||||||
|
xl: 4px
|
||||||
|
);
|
||||||
|
|
||||||
@import "~bootstrap/scss/bootstrap";
|
@import "~bootstrap/scss/bootstrap";
|
||||||
@import "./plugins";
|
@import "./plugins";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user