15 lines
195 B
Plaintext
15 lines
195 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
|
|
}
|