make the create btn slightly larger
This commit is contained in:
@@ -367,17 +367,19 @@ button {
|
||||
gap: var(--xsSpacing);
|
||||
&.no-gap {
|
||||
gap: 0;
|
||||
> * {
|
||||
> .btn {
|
||||
border-radius: 0;
|
||||
min-width: 0;
|
||||
box-shadow: -1px 0px 0px 0px rgba(#fff, 0.1);
|
||||
}
|
||||
> *:first-child {
|
||||
> .btn:not(.btn-expanded, .btn-expanded-lg, .btn-expanded-sm) {
|
||||
min-width: 0;
|
||||
}
|
||||
> .btn:first-child {
|
||||
border-top-left-radius: var(--btnRadius);
|
||||
border-bottom-left-radius: var(--btnRadius);
|
||||
box-shadow: none;
|
||||
}
|
||||
> *:last-child {
|
||||
> .btn:last-child {
|
||||
border-top-right-radius: var(--btnRadius);
|
||||
border-bottom-right-radius: var(--btnRadius);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user