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