mirror of
https://github.com/docker/docs.git
synced 2026-04-06 03:08:58 +07:00
12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
.setup {
|
|
margin-top: 25%;
|
|
text-align: center;
|
|
|
|
p {
|
|
&.error {
|
|
color: @brand-danger;
|
|
}
|
|
margin-top: 20px;
|
|
}
|
|
}
|