planning-poker/assets/css/app.scss
Correl Roush 1e9080e7c1 Rearrange assets
Remove unused Phoenix placeholder assets.
2020-05-27 00:25:59 -04:00

8 lines
339 B
SCSS

/* This file is for your main application css. */
/* Hack to account for elm-ui failing to center wrapped elements
See: https://github.com/mdgriffith/elm-ui/issues/57
*/
.s.r > s:first-of-type.accx { flex-grow: 0 !important; }
.s.r > s:last-of-type.accx { flex-grow: 0 !important; }
.cx > .wrp { justify-content: center !important; }