diff --git a/.gitignore b/.gitignore index 5b83a595..31609604 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Custom -src/styles/variables.sass +# src/styles/variables.sass # Logs logs diff --git a/src/styles/variables.sass b/src/styles/variables.sass new file mode 100644 index 00000000..976499b4 --- /dev/null +++ b/src/styles/variables.sass @@ -0,0 +1,15 @@ +$text-color: #242526; +$primary: #54AD28; +$light-secondary: #E6ECEE; +$secondary: #24598B; +$dark-grey: #666666; +$grey: #808080; +$light-grey: #D3D3D3; +$very-light-grey: #C9C9C9; +$red: #F24423; +$very-dark-grey: #63676A; +$xs-and-less: (min-width: 576px); +$tiny-and-less: (min-width: 768px); +$md-and-less: (min-width: 992px); +$sm: (min-width: 576px); +$sm-and-less: (max-width: 576px) \ No newline at end of file