mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 14:09:17 +00:00
🐛 Fix create team name modal width
This commit is contained in:
parent
add0bed3ca
commit
6e4075a2e7
@ -89,7 +89,9 @@
|
|||||||
|
|
||||||
[:div {:class (stl/css :modal-overlay)}
|
[:div {:class (stl/css :modal-overlay)}
|
||||||
[:div {:class (stl/css :modal-container)}
|
[:div {:class (stl/css :modal-container)}
|
||||||
[:& fm/form {:form form :on-submit on-submit}
|
[:& fm/form {:form form
|
||||||
|
:on-submit on-submit
|
||||||
|
:class (stl/css :team-form)}
|
||||||
|
|
||||||
[:div {:class (stl/css :modal-header)}
|
[:div {:class (stl/css :modal-header)}
|
||||||
(if team
|
(if team
|
||||||
|
|||||||
@ -31,6 +31,10 @@
|
|||||||
margin-bottom: $s-24;
|
margin-bottom: $s-24;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.team-form {
|
||||||
|
min-width: $s-400;
|
||||||
|
}
|
||||||
|
|
||||||
.group-name-input {
|
.group-name-input {
|
||||||
@extend .input-element-label;
|
@extend .input-element-label;
|
||||||
label {
|
label {
|
||||||
@ -44,7 +48,6 @@
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
@include bodySmallTypography;
|
@include bodySmallTypography;
|
||||||
margin-top: $s-8;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user