mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Padding changes
This commit is contained in:
parent
b2e81babd0
commit
3beb0f0362
1 changed files with 6 additions and 4 deletions
|
@ -623,6 +623,9 @@ input {
|
|||
border: 1px solid $light-color-secondary;
|
||||
background-color: $light-background;
|
||||
color: $light-color;
|
||||
margin: 2px;
|
||||
padding: 2px 4px;
|
||||
border-radius: 0;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
border: 1px solid $dark-color-secondary;
|
||||
|
@ -653,8 +656,6 @@ select {
|
|||
appearance: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding: 0 1em 0 0;
|
||||
margin: 2px 2px 2px;
|
||||
width: 100%;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
|
@ -689,8 +690,9 @@ select {
|
|||
grid-template-areas: "select";
|
||||
align-items: center;
|
||||
position: relative;
|
||||
padding: 0 0.3em 0 0;
|
||||
margin: 2px;
|
||||
padding: 3px 4px;
|
||||
border-radius: 0;
|
||||
margin: 2px 2px 2px;
|
||||
|
||||
select,
|
||||
&::after {
|
||||
|
|
Loading…
Reference in a new issue