/ concept-collection / ephys_compression_tests
Sign in
concept-collection / ephys_compression_tests
ephys_compression_tests / web-ui / src / components / Button.css
18 lines · 396 BCodeBlameHistory
8d96984Update benchmark results from 2026-06-16 14:21:30 [skip ci]GitHub Actions Bot 1.soft-button {
2 display: inline-block;
3 padding: 0.6rem 1.2rem;
4 background-color: #2b7de9;
5 color: white;
6 text-decoration: none;
7 border-radius: 20px;
8 font-weight: 500;
9 box-shadow: 0 2px 4px rgba(0,0,0,0.1);
10 transition: all 0.2s ease;
11 cursor: pointer;
14.soft-button:hover {
15 background-color: #1a68d4;
16 transform: translateY(-1px);
17 box-shadow: 0 4px 8px rgba(0,0,0,0.15);
moveopenescclose