[Glitch] Upgrade to Stylelint 15 with Prettier
Port 0c9d455ea5
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@ -38,7 +38,8 @@ $doodleBg: #d9e1e8;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
input[type="number"],input[type="text"] {
|
||||
input[type='number'],
|
||||
input[type='text'] {
|
||||
width: 40px;
|
||||
}
|
||||
span.val {
|
||||
@ -52,7 +53,7 @@ $doodleBg: #d9e1e8;
|
||||
.doodle-palette {
|
||||
padding-right: 0 !important;
|
||||
border: 1px solid black;
|
||||
line-height: .2rem;
|
||||
line-height: 0.2rem;
|
||||
flex-grow: 0;
|
||||
background: white;
|
||||
|
||||
@ -60,14 +61,15 @@ $doodleBg: #d9e1e8;
|
||||
appearance: none;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
margin: 0; padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
color: black;
|
||||
text-shadow: 0 0 1px white;
|
||||
cursor: pointer;
|
||||
box-shadow: inset 0 0 1px rgba(white, .5);
|
||||
box-shadow: inset 0 0 1px rgba(white, 0.5);
|
||||
border: 1px solid black;
|
||||
outline-offset:-1px;
|
||||
outline-offset: -1px;
|
||||
|
||||
&.foreground {
|
||||
outline: 1px dashed white;
|
||||
|
Reference in New Issue
Block a user