21 lines
253 B
Plaintext
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;
|
|
}
|
|
|