mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
25 lines
393 B
CSS
25 lines
393 B
CSS
.keyContainer {
|
|
display: flex;
|
|
/* border: 1px solid red; */
|
|
background-color: white;
|
|
margin-bottom: 10px;
|
|
gap: 5px;
|
|
}
|
|
|
|
.keyContainer > .key {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.accountContainer {
|
|
display: flex;
|
|
/* border: 1px solid blue; */
|
|
flex-direction: column;
|
|
background-color: aliceblue;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.appli{
|
|
display: flex;
|
|
gap: 5px;
|
|
}
|