1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-01 00:10:39 +02:00

always operate in xl breakpoint

This commit is contained in:
Kyle Spearrin 2018-07-10 10:55:36 -04:00
parent b8da4cf6fc
commit 716619e7f1

View File

@ -62,6 +62,14 @@ $table-hover-bg: rgba(#000000, .03);
$modal-backdrop-opacity: 0.3;
$btn-font-weight: 600;
$grid-breakpoints: (
xs: 0,
sm: 1px,
md: 2px,
lg: 3px,
xl: 4px
);
@import "~bootstrap/scss/bootstrap";
@import "./plugins";