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

11 lines
159 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-md, @padding: @grid-gutter-width);
.row(@justify: around);
}