Typicalc/frontend/styles/global.css

16 lines
193 B
CSS
Raw Normal View History

2021-03-08 11:21:35 +00:00
body {
--paper-slide-height: 500px;
}
2021-02-25 09:40:01 +00:00
vaadin-button {
min-width: 0;
}
2021-03-02 17:24:18 +00:00
vaadin-button, iron-icon, vaadin-drawer-toggle {
cursor: pointer;
}
2021-03-05 16:44:37 +00:00
#closeIcon:hover {
color: rgb(120, 120, 120);
}