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.
43 lines
811 B
43 lines
811 B
.database-connection-layout{ |
|
width: 100%; |
|
height: 100%; |
|
background-color: #f7f8fa; |
|
.title{ |
|
background-color: #fff; |
|
border-bottom: 1px solid #e8eaed; |
|
.title-item{ |
|
height: 39px; |
|
line-height: 39px; |
|
padding-left: 15px; |
|
padding-right: 15px; |
|
text-align: center; |
|
white-space: nowrap; |
|
text-overflow: ellipsis; |
|
overflow: hidden; |
|
position: relative; |
|
flex-shrink: 0; |
|
font-weight: 700; |
|
cursor: pointer; |
|
} |
|
} |
|
.linkset{ |
|
margin: 10px; |
|
bottom: 0px; |
|
background-color: #ffffff; |
|
} |
|
.linkStatus{ |
|
margin: 10px; |
|
top: 40px; |
|
background-color: #ffffff; |
|
} |
|
} |
|
|
|
.database-left{ |
|
border-right: 1px solid #e8eaed; |
|
.select-group{ |
|
border-bottom: 1px solid #e8eaed; |
|
.select{ |
|
margin: 10px; |
|
} |
|
} |
|
} |