✨(react) add fullWidth props to Button
Can be useful in many situations.
This commit is contained in:
@@ -30,6 +30,11 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&--full-width {
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&--medium {
|
||||
height: var(--c--components--button--medium-height);
|
||||
font-size: var(--c--components--button--medium-font-size);
|
||||
|
||||
Reference in New Issue
Block a user