/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / web-ui / src / components / algorithm / AlgorithmContent.css
15 lines · 285 BBlameHistoryRaw
1.algorithm-tag {
2 display: inline-block;
3 background-color: #e1e1e1;
4 padding: 2px 6px;
5 border-radius: 3px;
6 margin: 2px;
7 font-size: 0.8rem;
8 cursor: pointer;
9 transition: all 0.2s ease;
12.algorithm-tag:hover {
13 background-color: #d1d1d1;
14 transform: translateY(-1px);
moveopenescclose