Loading public/css/app.css +26 −3 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ :root --yellowDarker : #daa654; --good : #00ff04; --bad : #dc2323; --badDarker : #c23232; --bad : #f94f4f; --badDarker : #cd4b4b; --BigTitle : 32px; --title : 25px; Loading Loading @@ -51,8 +51,31 @@ .clickableRed:hover{ color: var(--white) } .align{ .aligne{ display: flex; align-items: center; justify-content: center; } .Line{ display: flex; flex-direction: row; } .Column{ display: flex; flex-direction: column; } .divideFlex{ flex-grow: 1; display: flex; } .divideFlexSmall{ flex-grow: 0.5; } .divideFlexBig{ flex-grow: 1.5; } No newline at end of file Loading
public/css/app.css +26 −3 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ :root --yellowDarker : #daa654; --good : #00ff04; --bad : #dc2323; --badDarker : #c23232; --bad : #f94f4f; --badDarker : #cd4b4b; --BigTitle : 32px; --title : 25px; Loading Loading @@ -51,8 +51,31 @@ .clickableRed:hover{ color: var(--white) } .align{ .aligne{ display: flex; align-items: center; justify-content: center; } .Line{ display: flex; flex-direction: row; } .Column{ display: flex; flex-direction: column; } .divideFlex{ flex-grow: 1; display: flex; } .divideFlexSmall{ flex-grow: 0.5; } .divideFlexBig{ flex-grow: 1.5; } No newline at end of file