Files
casdoor/web/src/App.less

84 lines
1.3 KiB
Plaintext
Raw Normal View History

/* stylelint-disable at-rule-name-case */
/* stylelint-disable selector-class-pattern */
@import "~antd/dist/antd.less";
2020-10-20 22:06:49 +08:00
@StaticBaseUrl: "https://cdn.casbin.org";
2020-10-20 21:46:44 +08:00
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
2020-10-20 22:37:38 +08:00
#parent-area {
position: relative;
min-height: 100vh;
background-color: #f5f5f5;
display: flex;
2020-10-20 22:37:38 +08:00
}
#content-wrap {
2021-10-09 21:16:12 +08:00
padding-bottom: 70px; /* Footer height */
display: flex;
align-items: stretch;
width: 100%;
2020-10-20 22:37:38 +08:00
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
2021-10-09 21:16:12 +08:00
height: 70px; /* Footer height */
2020-10-20 21:46:44 +08:00
}
.language_box {
background: url("@{StaticBaseUrl}/img/muti_language.svg");
background-size: 25px, 25px;
background-position: center;
2021-10-09 21:16:12 +08:00
background-repeat: no-repeat;
width: 45px;
height: 65px;
float: right;
cursor: pointer;
2021-10-09 21:16:12 +08:00
&:hover {
background-color: #f5f5f5;
}
}
2021-10-09 21:16:12 +08:00
.rightDropDown {
&:hover {
background-color: #f5f5f5;
}
}
2021-10-09 21:16:12 +08:00
.content-warp-card {
box-shadow: 0 1px 5px 0 rgb(51 51 51 / 14%);
margin: 5px;
2021-10-09 21:16:12 +08:00
flex: 1;
align-items: stretch;
}
.loginBackground {
background: #ffffff no-repeat;
background-size: 100% 100%;
}