openreplay/frontend/app/components/Session_/Storage/storage.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

17 lines
No EOL
258 B
CSS

.button {
padding: 2px 6px;
cursor: pointer;
width: 60px;
border-radius: 3px;
color: $gray-light;
&:hover {
background-color: $gray-lightest;
transition: all 0.2s;
color: $gray-darkest;
}
font-size: 12px;
margin-right: 5px;
}