Merge remote-tracking branch 'parent/main' into kb_migration

This commit is contained in:
KMY 2023-09-16 13:45:45 +09:00
commit a8419d83ba
12 changed files with 98 additions and 64 deletions

View file

@ -9300,9 +9300,7 @@ noscript {
}
&__action {
position: absolute;
inset-inline-end: 0;
top: 0;
float: right;
padding: 15px 10px;
.icon-button {

View file

@ -58,4 +58,11 @@ body.rtl {
.fa-chevron-right::before {
content: '\F053';
}
.dismissable-banner,
.warning-banner {
&__action {
float: left;
}
}
}