UNPKG
react-saasify-chrisvxd
Version:
latest (1.9.0)
1.9.0
1.7.15
1.7.14
React components for Saasify web clients.
github.com/saasify-sh/saasify
saasify-sh/saasify
react-saasify-chrisvxd
/
src
/
components
/
SignupForm
/
styles.module.css
22 lines
(18 loc)
•
263 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.form
{
max-width
:
480px
;
margin
:
0
auto; }
.title
{
text-align
: center;
font-weight
:
400
;
font-size
:
2.5em
;
margin
:
0
0
24px
; }
.submit
{
width
:
100%
;
padding
:
0.4em
1em
;
height
: initial; } :
global
(.ant-form-item) {
margin-bottom
:
16px
; }