silphius/app/react/components/dom/hotbar.module.css

28 lines
512 B
CSS
Raw Normal View History

2024-06-10 22:42:30 -05:00
.hotbar {
2024-07-23 23:27:08 -05:00
align-self: left;
2024-06-10 22:42:30 -05:00
display: inline-block;
2024-07-28 08:06:08 -05:00
left: 20px;
2024-06-10 22:42:30 -05:00
line-height: 0;
2024-07-28 08:06:08 -05:00
opacity: 1;
2024-06-10 22:42:30 -05:00
position: absolute;
2024-07-28 08:06:08 -05:00
top: 4px;
transition: top 150ms, opacity 200ms;
2024-07-23 23:27:08 -05:00
}
.label {
background-color: transparent;
color: white;
font-family: Cookbook, Georgia, 'Times New Roman', Times, serif;
left: 50%;
margin: 0;
position: absolute;
text-shadow:
0px -1px 0px black,
1px 0px 0px black,
0px 1px 0px black,
-1px 0px 0px black
;
top: -17.5px;
transform: translateX(-50%);
2024-06-10 22:42:30 -05:00
}