修改样式:精简userinfo下的样式
This commit is contained in:
parent
c2c1d8305d
commit
ca4f76b477
|
@ -161,8 +161,7 @@ a, a:hover, a:focus {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #777;
|
color: #777;
|
||||||
padding: 15px 10px;
|
padding: 15px 10px;
|
||||||
width: 33.333%;
|
flex: 1 1 33.333%;
|
||||||
flex: 1 1 auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.userinfo .dropdown-item a i {
|
.userinfo .dropdown-item a i {
|
||||||
|
@ -180,7 +179,6 @@ a, a:hover, a:focus {
|
||||||
border-radius: 0 0 0.15rem 0.15rem;
|
border-radius: 0 0 0.15rem 0.15rem;
|
||||||
background: #a9d96c;
|
background: #a9d96c;
|
||||||
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
|
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.userinfo .badge {
|
.userinfo .badge {
|
||||||
|
|
Loading…
Reference in New Issue