mirror of
https://github.com/correl/planning-poker.git
synced 2024-11-21 19:18:37 +00:00
8 lines
339 B
SCSS
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; }
|