mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00
Improve css code format.
This commit is contained in:
parent
568372d077
commit
08e59796c8
@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content-wrap {
|
#content-wrap {
|
||||||
padding-bottom: 70px; /* Footer height */
|
padding-bottom: 70px; /* Footer height */
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -42,32 +42,33 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 70px; /* Footer height */
|
height: 70px; /* Footer height */
|
||||||
}
|
}
|
||||||
|
|
||||||
.language_box {
|
.language_box {
|
||||||
background: url("https://cdn.casbin.org/img/muti_language.svg");
|
background: url("https://cdn.casbin.org/img/muti_language.svg");
|
||||||
background-size: 25px, 25px;
|
background-size: 25px, 25px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat:no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
float: right;
|
float: right;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightDropDown{
|
.rightDropDown {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-warp-card{
|
.content-warp-card {
|
||||||
box-shadow: 0 1px 5px 0 rgba(51, 51, 51, 0.14);
|
box-shadow: 0 1px 5px 0 rgba(51, 51, 51, 0.14);
|
||||||
margin: 5px 5px 5px 5px;
|
margin: 5px 5px 5px 5px;
|
||||||
flex:1;
|
flex: 1;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user