BryanWilhite / Songhay.Dashboard

the visual summary of activity in the Songhay System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bolero: translate `Songhay.Dashboard/Client/src/app/components/dashboard/dashboard.component.html` into Bulma

BryanWilhite opened this issue · comments

translate this Angular component to *.Client/wwwroot/main.html *.Client/wwwroot/content-block.html

.mat-app-background {
	background-color: #303130;
	color: #fff;
}
  • define Bolero.Node, a tile
  • establish responsive layout for the tiles

image

Bulma is responsive by default but it is mobile first. Mobile-first means that it will stack containers by default:

You can however enforce the horizontal layout for both columns or level by appending the is-mobile modifier.

And you can enforce this horizontality at one of many Bulma breakpoints (i.e. is-desktop).

i think i have a Bolero file reorg for the ages:

image

ok: one more Studio-custom reorg for the ages:

image

This arrangement expresses the ContentBlock concept promoted here in the Studio.

the Bulma default font-family absorbs Studio legacy:

$font-family: '"Segoe UI", Roboto, "Helvetica Neue", sans-serif'

$family-primary: $family-sans-serif: the primary font family is the sans-serif one

https://bulma.io/documentation/customize/variables/

image