mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
add manage html
This commit is contained in:
24
html/style/manage.css
Normal file
24
html/style/manage.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user