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 {
|
|
|
|
flex: 1 0 0px
|
2018-02-28 19:21:31 +05:30
|
|
|
color:#37474f
|
2018-01-09 14:17:43 -08:00
|
|
|
}
|