Files
casdoor/web/src/App.less

135 lines
2.1 KiB
Plaintext
Raw Normal View History

/* stylelint-disable at-rule-name-case */
/* stylelint-disable selector-class-pattern */
2020-10-20 22:06:49 +08:00
2020-10-20 21:46:44 +08:00
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
.App-header {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
}
.App-link {
color: #61dafb;
}
img {
border-style: none;
vertical-align: middle;
}
#root {
height: 100%;
}
2020-10-20 22:37:38 +08:00
#parent-area {
display: flex;
flex-direction: column;
height: 100%;
2020-10-20 22:37:38 +08:00
min-height: 100vh;
}
.panel-logo {
margin-bottom: 30px;
2020-10-20 21:46:44 +08:00
}
.select-box {
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
width: 45px;
height: 64px;
float: right;
cursor: pointer;
&:hover {
2024-02-24 20:11:42 +08:00
background-color: #f5f5f5a5 !important;
}
}
2021-10-09 21:16:12 +08:00
.rightDropDown {
display: flex;
align-items: center;
justify-content: center;
border-radius: 7px;
float: right;
cursor: pointer;
&:hover {
2024-02-24 20:11:42 +08:00
background-color: #f5f5f5a5;
}
}
2021-10-09 21:16:12 +08:00
.content-warp-card {
box-shadow: 0 1px 5px 0 rgb(51 51 51 / 14%);
2021-10-09 21:16:12 +08:00
flex: 1;
align-items: stretch;
}
.side-image {
display: none;
2022-10-23 01:27:01 +08:00
@media screen and (min-width: 1100px) {
display: block;
position: relative;
width: 500px;
2022-10-23 01:27:01 +08:00
border-right: 0.5px solid rgb(196 203 215);
}
}
2022-10-23 01:27:01 +08:00
.forget-content {
padding: 10px 100px 20px;
margin: 30px auto;
2022-10-23 01:27:01 +08:00
border: 2px solid #fff;
border-radius: 7px;
2022-10-23 01:27:01 +08:00
background-color: rgb(255 255 255);
box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
2022-10-23 01:27:01 +08:00
.login-panel {
margin-top: 50px;
margin-bottom: 50px;
display: flex;
2022-10-23 01:27:01 +08:00
background-color: rgb(255 255 255);
overflow: hidden;
}
2022-10-23 01:27:01 +08:00
.login-form {
text-align: center;
padding: 30px;
}
2022-10-03 22:45:36 +08:00
.login-content {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
box-sizing: border-box;
margin: 0 auto;
position: relative;
}
.loginBackground {
flex: auto;
display: flex;
align-items: center;
background: #fff no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
}
.ant-menu-horizontal {
border-bottom: none !important;
}