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