mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 14:55:04 +01:00
15 lines
292 B
SCSS
15 lines
292 B
SCSS
@use 'sass:math';
|
|
|
|
.bottom-left {
|
|
display: flex;
|
|
position: absolute;
|
|
bottom: space(4);
|
|
flex-direction: row;
|
|
align-items: flex-start;
|
|
justify-content: flex-start;
|
|
width: 100%;
|
|
max-width: space($base-modal-max-width);
|
|
height: auto;
|
|
margin: 0 space(4);
|
|
}
|