svg styling

This commit is contained in:
Burak Civan 2022-11-11 11:46:22 +03:00
parent 19461843cb
commit 12a61f1331
2 changed files with 2 additions and 2 deletions

2
public/css/app.css vendored
View File

@ -1399,7 +1399,7 @@ input[type=file]::file-selector-button:hover{
background-color: #DCE2F9; background-color: #DCE2F9;
} }
.menu-list svg { .menu-list ul svg {
width: 22px; width: 22px;
height: 24px; height: 24px;
fill: none; fill: none;

View File

@ -93,7 +93,7 @@
background-color: #DCE2F9; background-color: #DCE2F9;
} }
.menu-list svg { .menu-list ul svg {
width: 22px; width: 22px;
height: 24px; height: 24px;
fill: none; fill: none;