drinks-manager/app/static/css/simple-keyboard_dark.css

25 lines
585 B
CSS
Raw Normal View History

.simple-keyboard.darkTheme.numeric {
width: 13rem;
}
.simple-keyboard.darkTheme {
width: 50rem;
max-width: 100%;
background: transparent;
font-family: "Inter";
}
.simple-keyboard.darkTheme .hg-button {
height: 50px;
display: flex;
justify-content: center;
align-items: center;
2023-02-17 22:01:09 +01:00
background: var(--bg-color);
color: white;
border: none;
2023-02-17 22:01:09 +01:00
border-bottom: 1px solid var(--border-color);
}
.simple-keyboard.darkTheme .hg-button:active,
.simple-keyboard.darkTheme .hg-button:hover {
color: white;
2023-02-17 22:01:09 +01:00
background: var(--bg-hover-color);
}