SmartClient Version: SNAPSHOT_v12.1d_2019-05-23/EVAL Deployment (expires 2019.07.22_07.24.01) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)
Hello, I'm trying the SASS-based skinning, but it doesn't seem to work.
As per the doc's example, I'm starting from the Cascade skin, I've added:
to _userSettings.scss, and I've run compass compile.
I see that the skin_styles.css file is modified, there are almost 500 differences...but I don't see the expected changes. For instance, the border radius of the buttons is still 0px. And the skin is still blue.
Is this supposed to work in 12.1 ? Am I missing something?
Hello, I'm trying the SASS-based skinning, but it doesn't seem to work.
As per the doc's example, I'm starting from the Cascade skin, I've added:
Code:
$primary_hue: 120; // generally green rather than blue $standard_widget_border_color: #006400; // darkgreen borders for widgets $standard_button_border_radius: 5px; // give all buttons rounded corners
I see that the skin_styles.css file is modified, there are almost 500 differences...but I don't see the expected changes. For instance, the border radius of the buttons is still 0px. And the skin is still blue.
Is this supposed to work in 12.1 ? Am I missing something?
Comment