feat(ActionSheet): add description prop (#4691)
This commit is contained in:
@@ -51,6 +51,14 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__description {
|
||||
padding: @padding-md;
|
||||
color: @action-sheet-description-color;
|
||||
font-size: @action-sheet-description-font-size;
|
||||
line-height: @action-sheet-description-line-height;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user