13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
|
.modal-form {
|
||
|
background: #fff;
|
||
|
padding: 14px 15px;
|
||
|
border-radius: 2px;
|
||
|
max-width: 600px;
|
||
|
margin: 10px auto;
|
||
|
|
||
|
h3 {
|
||
|
margin-top: 0;
|
||
|
color: #555;
|
||
|
font-size: 22px;
|
||
|
}
|
||
|
}
|