Files
freeCodeCamp/common/app/Flash/flash.less
Vivek Agrawal 4c5ffb30fc fix(alerts): Fix page not found alert & UI adjustments (#16864)
* fix(alerts): Fix page not found alert & UI adjustments

- Added adequate margins to flash alerts.
- Page not found alert link fix & UI adjustments.

Closes #16857
Closes #16860

* fix(404): Changed the UX of 404 page

- This makes the 404 page UX consistent.
2018-03-19 23:49:55 -05:00

21 lines
253 B
Plaintext

@ns: flash;
.@{ns}-container {
width: 100%;
}
.@{ns}-content {
.center(@value: @container-lg, @padding: @grid-gutter-width);
.row(@justify: around);
}
.@{ns}-message {
flex: 1 0 0px;
color: #37474f;
}
#@{ns}-board {
margin-top: 50px;
}