mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 22:58:12 +08:00
8 lines
126 B
CSS
8 lines
126 B
CSS
.primaryButton {
|
|
border: 1px solid black;
|
|
padding: 10px 15px;
|
|
background: none;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
}
|