Remove unused CSS from UserDetail.vue
This commit is contained in:
parent
e460f430a7
commit
59ac4eb0bd
@ -75,18 +75,8 @@ export default {
|
|||||||
.user-detail {
|
.user-detail {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
// .header {
|
|
||||||
// display: flex;
|
|
||||||
// align-items: center;
|
|
||||||
|
|
||||||
// img {
|
|
||||||
// margin-right: 20px;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
//border: solid 2px #333;
|
|
||||||
height: 200px;
|
height: 200px;
|
||||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
|
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user