se-edu/addressbook-level3

Typo in `custom-styles.scss` for site website

Closed this issue · 3 comments

In docs/_sass/minima/custom-styles.scss line 13:

  order-radius : $alert-border-radius;

I believe this should be replaced with border-radius?

Thanks for the bug report @jasonqiu212
Have you tried it? Does it make a difference in how the pages are displayed?

Hi professor,

Yes, I observed that the border radius of the colored boxes containing tips/caution/note were affected.

Here is a screenshot before the change:
Screen Shot 2022-10-31 at 10 06 17 AM

Here is a screenshot after changing line 13 to border-radius: $alert-border-radius:
Screen Shot 2022-10-31 at 10 06 33 AM

Yes, I observed that the border radius of the colored boxes containing tips/caution/note were affected.

Here is a screenshot before the change: Screen Shot 2022-10-31 at 10 06 17 AM

Here is a screenshot after changing line 13 to border-radius: $alert-border-radius: Screen Shot 2022-10-31 at 10 06 33 AM

@jasonqiu212 Nice find. We'll fix this in due course but it will not help current users. So, feel free to share this with the classmates (e.g., post in the class forum).