// options.scss
// This file contains the styles for the options page of the extension.

// Imports
@import '/node_modules/browser-extension-manager/dist/assets/themes/bootstrap/5.3.3/css/bootstrap.css';

// Page size
body {
  min-width: 400px;
  max-width: 100%;
}
