diff --git a/src/app.scss b/src/app.scss index 5f79cc5505..2d3943a597 100644 --- a/src/app.scss +++ b/src/app.scss @@ -118,3 +118,13 @@ --pf-c-about-modal-box--MaxHeight: 40rem; --pf-c-about-modal-box--MaxWidth: 63rem; } + + +// +// layout styles +// +.at-align-right { + display: flex; + flex-direction: row; + justify-content: flex-end; +} \ No newline at end of file