mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
27 lines
709 B
HTML
27 lines
709 B
HTML
<button class="button">
|
|
ALT
|
|
</button>
|
|
<style>
|
|
/* From Uiverse.io by Bodyhc - Tags: button, bootsrap button */
|
|
.button {
|
|
--key-text-color: #969faf;
|
|
--docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px rgba(30,35,90,0.4);
|
|
--docsearch-key-gradient: linear-gradient(-225deg,#d5dbe4,#f8f8f8);
|
|
background: var(--docsearch-key-gradient);
|
|
border-radius: 5px;
|
|
box-shadow: var(--docsearch-key-shadow);
|
|
color: var(--key-text-color);
|
|
height: 2.5em;
|
|
text-align: center;
|
|
padding: 0.6em;
|
|
margin: 0 0.6em;
|
|
display: inline-block;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
font-size: 1em;
|
|
min-width: 1em;
|
|
line-height: 1em;
|
|
user-select: none;
|
|
}
|
|
|
|
</style>
|