1.4.5.2
This commit is contained in:
33
EdgeUser/web/views/@default/settings/identity/index.less
Normal file
33
EdgeUser/web/views/@default/settings/identity/index.less
Normal file
@@ -0,0 +1,33 @@
|
||||
.identities-box {
|
||||
height: 14em;
|
||||
width: 45em;
|
||||
margin: 5em auto;
|
||||
|
||||
.identity-box {
|
||||
float: left;
|
||||
width: 20em;
|
||||
border: 1px #ccc solid;
|
||||
padding: 1em 2em;
|
||||
text-align: center;
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
height: 8.8em;
|
||||
border-radius: 0.4em;
|
||||
|
||||
.real-name {
|
||||
font-size: 1.2em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.status-box {
|
||||
line-height: 2;
|
||||
margin-top: 0.5em;
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
|
||||
.identity-box:hover {
|
||||
background: #eee;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user