mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
23 lines
No EOL
447 B
CSS
23 lines
No EOL
447 B
CSS
body {
|
|
font-family: Avenir, "Helvetica Neue", Helvetica, sans-serif;
|
|
}
|
|
|
|
#element {
|
|
background: #0079E9;
|
|
width: 100px;
|
|
line-height: 40px;
|
|
color: white;
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.elementSet {
|
|
background: #EB6161;
|
|
width: 50px;
|
|
height: 25px;
|
|
display: inline-block;
|
|
margin: 5px 0;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
} |