15 lines
250 B
Plaintext
15 lines
250 B
Plaintext
.create-run-form {
|
|
h1 {
|
|
color: #fff;
|
|
padding: 20px 0;
|
|
font-size: 3em;
|
|
text-shadow: 4px 4px 6px #000;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
.create-order-form {
|
|
textarea {
|
|
font-size: 1.2em;
|
|
}
|
|
}
|