You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

45 lines
689 B

@import "../Shared.sass"
.Boi
background-color: rgba(0, 0, 0, 0.33)
z-index: 9999
box-sizing: border-box
&.Boi-chunky
padding: 0.25vmax 0.75vmax 1.5vmax
.TitleLine
margin-bottom: 0.25em
&.Boi-v-top
position: fixed
top: 0
&.Boi-v-center
position: fixed
top: 50%
&:not(.Boi-h-center)
transform: translate(0, -50%)
&.Boi-h-center
transform: translate(-50%, -50%)
&.Boi-v-bottom
position: fixed
bottom: 0
&.Boi-h-left
position: fixed
left: 0
&.Boi-h-center
position: fixed
left: 50%
&:not(.Boi-v-center)
transform: translate(-50%, 0)
&.Boi-h-right
position: fixed
right: 0