app/assets/sass/layout/_navigation.scss: "border-radius-base" is renamed to "border-radius" in bootstrap 5.2.0
This commit is contained in:
parent
18466d273c
commit
8fad84bd4b
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@
|
|||
display: inline-block;
|
||||
padding: .3em .8em;
|
||||
background: $usermenu-button-bg;
|
||||
border-radius: $border-radius-base;
|
||||
border-radius: $border-radius;
|
||||
|
||||
&:hover {
|
||||
background: $usermenu-button-hover-bg;
|
||||
|
|
|
|||
Reference in a new issue