Finish mail settings management

This commit is contained in:
2023-12-05 18:17:14 +08:00
parent f19e08bdcd
commit 00887e2e2e
7 changed files with 178 additions and 64 deletions

View File

@@ -1,10 +1,8 @@
.loading-mask {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
z-index: 100;
background-color: rgba(200, 200, 200, 0.2);
}

View File

@@ -22,11 +22,8 @@
font-size: 1.2em;
}
.bt {
:nth-child(n+3) {
flex: 0 0 auto;
}
.bt-reset {
color: constants.$font-main-color;
}