Hi
I would like to use the default ocean blue style but change the spacing between the elements. I downloaded the theme file, unziped it and copied the .CSS file to my assets folder. I now include the theme using:
1. angular.json has the following in the styles section:
"styles": [
"src/styles.scss"
]
2. I have then added this to the styles.scss
$spacer: 0.1rem;
$font-size-base: 0.8rem;
@import "assets/themes/DefaultOceanBlue.css";
I cannot seem to get the spacing to be condensed - what am I missing / doing incorrectly?
Thank you in advance
ursus