refactor(ui): standardize the border radius (#1920)
Impact: - Increase the border radius of inline code and `<kbd>` tags - Variable `$base-radius` renamed to `$radius-lg`
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
}
|
||||
|
||||
%rounded {
|
||||
border-radius: $base-radius;
|
||||
border-radius: $radius-lg;
|
||||
}
|
||||
|
||||
%img-caption {
|
||||
|
||||
Reference in New Issue
Block a user