fix some style
This commit is contained in:
parent
786a02eb6a
commit
484798310d
@ -521,7 +521,7 @@ watch(
|
|||||||
|
|
||||||
.graphbase {
|
.graphbase {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
border-radius: 12px;
|
border-radius: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.3s;
|
transition: background-color 0.3s;
|
||||||
|
|
||||||
@ -688,6 +688,10 @@ watch(
|
|||||||
height: auto;
|
height: auto;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
background-color: #F2F2F2;
|
||||||
|
}
|
||||||
|
|
||||||
.user-input {
|
.user-input {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|||||||
@ -122,7 +122,7 @@ div.header, #app-router-view {
|
|||||||
.logo {
|
.logo {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin: 30px 0;
|
margin: 18px 0 35px 0;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -164,7 +164,8 @@ div.header, #app-router-view {
|
|||||||
width: auto;
|
width: auto;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 20px 0;
|
margin-bottom: 20px;
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user