Files
freeCodeCamp/common/app/Flash/flash.less

16 lines
214 B
Plaintext
Raw Normal View History

2018-01-04 09:18:20 -08:00
@ns: flash;
.@{ns}-container {
width: 100%;
}
.@{ns}-content {
.center(@value: @container-lg, @padding: @grid-gutter-width);
2018-01-04 09:18:20 -08:00
.row(@justify: around);
}
.@{ns}-message {
2018-02-28 14:50:37 +00:00
flex: 1 0 0px;
color: #37474f;
}