wakapi/static/assets/app.css

25 lines
379 B
CSS
Raw Normal View History

2020-02-20 16:28:55 +03:00
body {
2020-02-20 17:39:56 +03:00
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
2021-02-06 01:42:20 +03:00
}
.bg-gray-850 {
background-color: #242b3a;
}
.hover\:bg-gray-850:hover {
--bg-opacity: 1;
background-color: #242b3a;
}
::-webkit-calendar-picker-indicator {
filter: invert(1);
cursor: pointer;
}
.text-xxs {
font-size: 0.65rem;
}
.mt-14 {
margin-top: 3.5rem;
2020-02-20 16:28:55 +03:00
}