Files
freeCodeCamp/common/app/Flash/flash.less
2018-01-18 15:18:42 -08:00

11 lines
159 B
Plaintext

@ns: flash;
.@{ns}-container {
width: 100%;
}
.@{ns}-content {
.center(@value: @container-md, @padding: @grid-gutter-width);
.row(@justify: around);
}