Optimize color in stylesheet

This commit is contained in:
2023-10-11 18:28:56 +08:00
parent c5b140219b
commit e67f9d14bf
5 changed files with 20 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
z-index: 1;
width: 100%;
height: 70px;
background-color: white;
background-color: constants.$origin-color;
border: {
bottom: {
width: 1px;
@@ -99,7 +99,7 @@
position: absolute;
width: 100%;
text-align: center;
background-color: white;
background-color: constants.$origin-color;
overflow: hidden;
.item {
@@ -171,7 +171,7 @@
color: constants.$border-color;
style: solid;
};
background-color: white;
background-color: constants.$origin-color;
z-index: 1;
ul {

View File

@@ -1,3 +1,5 @@
@use "@/assets/css/constants" as constants;
.login-background {
display: flex;
height: 100vh;
@@ -24,7 +26,7 @@
.login-box-left-text {
font-size: 3rem;
color: white;
color: constants.$origin-color;
font-weight: bold;
> div:last-child {
@@ -37,7 +39,7 @@
position: relative;
height: 100%;
flex: 3;
background-color: white;
background-color: constants.$origin-color;
}
.login-from-text {