12 lines
167 B
CSS
12 lines
167 B
CSS
.error {
|
|
color: red;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.button {
|
|
margin-top: 12px;
|
|
margin-bottom: 12px;
|
|
margin-right: auto;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
} |