You've already forked AstralRinth
forked from didirus/AstralRinth
Adds number input style and doc. Bumps package version. (#37)
This commit is contained in:
@@ -52,6 +52,7 @@ a.uncolored {
|
||||
}
|
||||
|
||||
input[type='text'],
|
||||
input[type='number'],
|
||||
textarea {
|
||||
border-radius: var(--radius-md);
|
||||
box-sizing: border-box;
|
||||
@@ -91,6 +92,14 @@ textarea {
|
||||
}
|
||||
}
|
||||
|
||||
input[type='number'] {
|
||||
&::-webkit-inner-spin-button,
|
||||
&::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.iconified-input {
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user