You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
597 B
35 lines
597 B
.box{ |
|
height: 100%; |
|
width: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.queryField { |
|
margin: 3px 5px; |
|
input { |
|
width: 100%; |
|
height: 18px; |
|
line-height: 18px; |
|
border-radius: 3px;} |
|
button{ |
|
width: 140px; |
|
font-size: 16px; |
|
} |
|
} |
|
.top{ |
|
width: 100%; |
|
margin-bottom: 20px; |
|
span{ |
|
color: #2196F3; |
|
margin-left: 100px; |
|
font-size: 18px; |
|
} |
|
} |
|
.bottom{ |
|
margin: 30px 30px; |
|
button{ |
|
width: 80px; |
|
height: 36px; |
|
font-size: 16px; |
|
} |
|
} |