forked from noxious/client
#286 - Added global class for fully absolute-centering elements
This commit is contained in:
@ -159,6 +159,10 @@ button {
|
||||
@apply border border-solid border-gray-500;
|
||||
}
|
||||
|
||||
.center-element {
|
||||
@apply absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2;
|
||||
}
|
||||
|
||||
.text-pixel {
|
||||
@apply text-white font-ui drop-shadow-pixel-black;
|
||||
}
|
||||
|
Reference in New Issue
Block a user