You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
479 B

// This file should be imported at the top of Spectre's _variables.scss
// Since Spectre uses !default declarations, these values won't be overwritten
@import "variables";
$primary-color: #268bd2; // Solarized
// Remove the rounded corners on various elements
$border-radius: 0;
// Responsive breakpoints
$size-xs: 480px;
$size-sm: 600px;
$size-md: $show-sidebar-width;
$size-lg: 960px;
$size-xl: 1200px;
$size-2x: 1500px; // stylelint-disable scss/dollar-variable-pattern