mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
16 lines
193 B
CSS
16 lines
193 B
CSS
body {
|
|
--paper-slide-height: 500px;
|
|
}
|
|
|
|
vaadin-button {
|
|
min-width: 0;
|
|
}
|
|
|
|
vaadin-button, iron-icon, vaadin-drawer-toggle {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#closeIcon:hover {
|
|
color: rgb(120, 120, 120);
|
|
}
|