style switch user icon same as user list page
This commit is contained in:
parent
907c22179b
commit
7dc72d3519
3 changed files with 3 additions and 1 deletions
1
public/css/app.css
vendored
1
public/css/app.css
vendored
|
@ -266,6 +266,7 @@ body {
|
|||
#switchuser img {
|
||||
width: 50px;
|
||||
margin-bottom: 5px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#switchuser .btn {
|
||||
|
|
2
public/mix-manifest.json
generated
2
public/mix-manifest.json
generated
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/css/app.css": "/css/app.css?id=7934e5acfe81c1e4be21",
|
||||
"/css/app.css": "/css/app.css?id=24e9bb4fa993b66f0572",
|
||||
"/js/app.js": "/js/app.js?id=f18d23b8fc7a094a2c66"
|
||||
}
|
||||
|
|
|
@ -28,6 +28,7 @@ body {
|
|||
img {
|
||||
width: 50px;
|
||||
margin-bottom: 5px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.btn {
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Reference in a new issue