mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 19:19:46 +08:00
Update style.scss
This commit is contained in:
parent
54a2a75fbc
commit
0670dcdb4f
1 changed files with 5 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
||||||
.mind-admin-settings-card-button-group {
|
.mind-admin-settings-card-button-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 3px;
|
gap: 3px;
|
||||||
border: 1px solid #000;
|
border: 1px solid #d0d0d0;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
||||||
|
@ -79,12 +79,13 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 6px 15px;
|
padding: 6px 15px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
border: 1px solid #000;
|
border: 1px solid #d0d0d0;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0 0 0 3px rgba(#000, 20%);
|
border-color: #222;
|
||||||
outline: 2px solid transparent;
|
box-shadow: none;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue