You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
760 B
40 lines
760 B
.@{alert-prefix-cls} {
|
|
&&-rtl {
|
|
direction: rtl;
|
|
}
|
|
|
|
&-icon {
|
|
.@{alert-prefix-cls}-rtl & {
|
|
margin-right: auto;
|
|
margin-left: @margin-xs;
|
|
}
|
|
}
|
|
|
|
&-action {
|
|
.@{alert-prefix-cls}-rtl & {
|
|
margin-right: @margin-xs;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
|
|
&-close-icon {
|
|
.@{alert-prefix-cls}-rtl & {
|
|
margin-right: @margin-xs;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
|
|
&-with-description {
|
|
.@{alert-prefix-cls}-rtl& {
|
|
padding-right: @alert-with-description-icon-size;
|
|
padding-left: @alert-with-description-padding-vertical;
|
|
}
|
|
|
|
.@{alert-prefix-cls}-icon {
|
|
.@{alert-prefix-cls}-rtl& {
|
|
margin-right: auto;
|
|
margin-left: @alert-with-description-padding-vertical;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|